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

MozReview-Commit-ID: 5pv8VFNYqKu

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

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

@ -125,13 +125,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);
@ -147,9 +140,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.

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

@ -488,7 +488,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