diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/in_process_browser_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc index 863c26e..b43edd2 100644 --- a/chrome/test/in_process_browser_test.cc +++ b/chrome/test/in_process_browser_test.cc @@ -102,6 +102,8 @@ void InProcessBrowserTest::SetUp() { if (single_process_) command_line->AppendSwitch(switches::kSingleProcess); + command_line->AppendSwitch(switches::kDisableWebResources); + command_line->AppendSwitchWithValue(switches::kUserDataDir, user_data_dir); // For some reason the sandbox wasn't happy running in test mode. These |