Bug 1565110 - Move geo.enabled pref to the right place in StaticPrefList.h. r=bzbarsky

Differential Revision: https://phabricator.services.mozilla.com/D37669

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicholas Nethercote 2019-07-12 04:38:42 +00:00
Родитель de09ed81e9
Коммит 513c4daee5
1 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@ -2779,14 +2779,6 @@ VARCACHE_PREF(
bool, false
)
// Is support for Navigator.geolocation enabled?
VARCACHE_PREF(
Live,
"geo.enabled",
geo_enabled,
bool, true
)
// WebIDL test prefs
VARCACHE_PREF(
@ -3062,6 +3054,18 @@ VARCACHE_PREF(
RelaxedAtomicInt32, 1000
)
//---------------------------------------------------------------------------
// Prefs starting with "geo."
//---------------------------------------------------------------------------
// Is support for Navigator.geolocation enabled?
VARCACHE_PREF(
Live,
"geo.enabled",
geo_enabled,
bool, true
)
//---------------------------------------------------------------------------
// Prefs starting with "gfx."
//---------------------------------------------------------------------------