Bug 1110607 - Enable tab mirroring by default on all channels r=blassey

This commit is contained in:
Mark Finkle 2014-12-17 10:04:26 -05:00
parent 4aa070b7b4
commit 2961143573

View File

@ -280,13 +280,13 @@ pref("browser.search.noCurrentEngine", true);
pref("browser.search.official", true);
#endif
// Control media casting feature
// Control media casting & mirroring features
pref("browser.casting.enabled", true);
pref("browser.mirroring.enabled", true);
#ifdef RELEASE_BUILD
pref("browser.mirroring.enabled", false);
// Roku does not yet support mirroring in production
pref("browser.mirroring.enabled.roku", false);
#else
pref("browser.mirroring.enabled", true);
pref("browser.mirroring.enabled.roku", true);
#endif