Bug 1381953 - Enable the new preferences organization for Firefox 56. r=mconley

Support for browser.preferences.useOldOrganization will be removed later towards the end of the 56 beta cycle when we are sure that there are no late-breaking issues that will cause us to hold back on shipping the new preferences.

MozReview-Commit-ID: 6EWbWJNnbIQ

--HG--
extra : rebase_source : 69a58083c50a69a4e32016fc9ca25d54ea695942
This commit is contained in:
Jared Wein 2017-07-31 18:05:10 -04:00
parent d85c53a9ad
commit 8f8a519ef8

View File

@ -730,11 +730,7 @@ 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.* )