Bug 1227515 - Avoid displaying the e10s offer notification when running browser chrome tests. r=felipe

--HG--
extra : commitid : DkqvfwzF4ox
This commit is contained in:
Jim Mathies 2015-12-03 17:39:05 -08:00
Родитель 5bb98859d7
Коммит e8eaae79a5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -308,6 +308,7 @@ user_pref("media.decoder.heuristic.dormant.timeout", 0);
#endif
// Don't prompt about e10s
user_pref("browser.displayedE10SNotice", 5);
user_pref("browser.displayedE10SPrompt.1", 5);
// Don't use auto-enabled e10s
user_pref("browser.tabs.remote.autostart.1", false);