Skip to content

Commit

Permalink
Bug 1837813 - Remove unused device.* prefs r=geckoview-reviewers,m_kato
Browse files Browse the repository at this point in the history
Depends on D180598

Differential Revision: https://phabricator.services.mozilla.com/D180599
  • Loading branch information
gregorypappas committed Jun 17, 2023
1 parent 23f2e35 commit bd743e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mobile/android/app/mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ pref("urlclassifier.malwareTable", "goog-harmful-proto,goog-unwanted-proto,mozte
pref("browser.dom.window.dump.enabled", true);
pref("devtools.console.stdout.chrome", true);

// controls if we want camera support
pref("device.camera.enabled", true);
pref("media.realtime_decoder.enabled", true);

pref("full-screen-api.enabled", true);
Expand Down Expand Up @@ -351,9 +349,6 @@ pref("home.sync.updateMode", 0);
// How frequently to check if we should sync home provider data.
pref("home.sync.checkIntervalSecs", 3600);

// Enable device storage API
pref("device.storage.enabled", true);

// Enable meta-viewport support for font inflation code
pref("dom.meta-viewport.enabled", true);

Expand Down

0 comments on commit bd743e5

Please sign in to comment.