backout bug 1134334 - changeset 30d3e9381a50

This commit is contained in:
Robert Strong 2015-02-18 15:44:16 -08:00
Родитель 72065b93ca
Коммит df2965c8ac
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -150,9 +150,6 @@ const URI_UPDATE_PROMPT_DIALOG = "chrome://mozapps/content/update/updates.xul";
const ADDON_ID_SUFFIX = "@appupdatetest.mozilla.org";
const ADDON_PREP_DIR = "appupdateprep";
const PREF_APP_UPDATE_LASTUPDATETIME = "app.update.lastUpdateTime.background-update-timer";
// Preference for storing add-ons that are disabled by the tests to prevent them
// from interefering with the tests.
const PREF_DISABLEDADDONS = "app.update.test.disabledAddons";
@ -880,11 +877,6 @@ function setupPrefs() {
Services.prefs.setBoolPref(PREF_APP_UPDATE_LOG, true);
}
// Prevent nsIUpdateTimerManager from notifying nsIApplicationUpdateService
// to check for updates by setting the last update time to the maximum value
// allowed for an integer preference.
Services.prefs.setIntPref(PREF_APP_UPDATE_LASTUPDATETIME, 2147483647);
if (Services.prefs.prefHasUserValue(PREF_APP_UPDATE_URL_OVERRIDE)) {
gAppUpdateURL = Services.prefs.getCharPref(PREF_APP_UPDATE_URL_OVERRIDE);
}