Merge pull request #8345 from timvandermeij/bot-prefs

Bots: disable the default browser test and enable E10s
This commit is contained in:
Yury Delendik 2017-04-27 13:51:44 -05:00 committed by GitHub
commit acdfc2d860

View File

@ -1,3 +1,2 @@
user_pref('browser.tabs.remote.autostart', false);
user_pref('browser.tabs.remote.autostart.1', false);
user_pref('browser.tabs.remote.autostart.2', false);
// Disable the default browser test.
user_pref('browser.shell.checkDefaultBrowser', false);