Bug 1372309 - turn on photon structure on nightly only, r=mikedeboer

MozReview-Commit-ID: 6sU7Vutb4mV

--HG--
extra : rebase_source : 454457c7c8fe3ff6597304c75c6619efb57ad09f
This commit is contained in:
Gijs Kruitbosch 2017-06-06 16:35:51 +01:00
parent c6cf08cedd
commit 940c47f97b

View File

@ -455,7 +455,11 @@ pref("browser.link.open_newwindow.disabled_in_fullscreen", true);
pref("browser.link.open_newwindow.disabled_in_fullscreen", false);
#endif
#ifdef NIGHTLY_BUILD
pref("browser.photon.structure.enabled", true);
#else
pref("browser.photon.structure.enabled", false);
#endif
// Tabbed browser
pref("browser.tabs.closeWindowWithLastTab", true);