Bug 1420514 - Remove app.update.enabled from prefs files r=rstrong

MozReview-Commit-ID: 5pv8VFNYqKu

--HG--
extra : rebase_source : 34376077c8cd4d2836fc8e2f79ff32ea6d6e0e73
extra : intermediate-source : 760d7a2ecbd59396f94bdfd34a3a8db45b76d763
extra : source : e868b975027062043e1d94ad47b2ce63f4ecd793
This commit is contained in:
Kirk Steuber 2018-05-21 14:48:47 -07:00
Родитель 2d63e9e89f
Коммит ac7e7375e6
2 изменённых файлов: 2 добавлений и 11 удалений

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

@ -123,13 +123,6 @@ pref("app.update.log", false);
// the failure.
pref("app.update.backgroundMaxErrors", 10);
// Whether or not app updates are enabled
#ifdef MOZ_UPDATER
pref("app.update.enabled", true);
#else
pref("app.update.enabled", false);
#endif
// Whether or not to use the doorhanger application update UI.
pref("app.update.doorhanger", true);
@ -145,9 +138,8 @@ pref("app.update.download.promptMaxAttempts", 2);
// download a fresh installer.
pref("app.update.elevation.promptMaxAttempts", 2);
// If set to true, the Update Service will automatically download updates when
// app updates are enabled per the app.update.enabled preference and if the user
// can apply updates.
// If set to true, the Update Service will automatically download updates if the
// user can apply updates.
pref("app.update.auto", true);
// If set to true, the Update Service will present no UI for any event.

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

@ -492,7 +492,6 @@ pref("app.update.url.android", "https://aus5.mozilla.org/update/4/%PRODUCT%/%VER
#ifdef MOZ_UPDATER
/* prefs used specifically for updating the app */
pref("app.update.enabled", false);
pref("app.update.channel", "@MOZ_UPDATE_CHANNEL@");
#endif