From cf6778634995fd9a17bfb371f15b65ced92ea7ed Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Mon, 31 Jul 2017 16:22:31 -0700 Subject: [PATCH] Backed out changeset 527790e669cf (bug 1381953) for failures in browser_privacyPreferences.js a=backout MozReview-Commit-ID: 1eNOikvGo87 --- browser/app/profile/firefox.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index fbba4720f826..c82bdba65fed 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -730,7 +730,11 @@ pref("browser.preferences.instantApply", true); pref("browser.preferences.search", true); // Use the new in-content about:preferences in Nightly only for now +#if defined(NIGHTLY_BUILD) +pref("browser.preferences.useOldOrganization", false); +#else pref("browser.preferences.useOldOrganization", true); +#endif // Once the Storage Management is completed. // (The Storage Management-related prefs are browser.storageManager.* )