Chromium Code Reviews| Index: chrome/test/ui/ui_test.cc |
| =================================================================== |
| --- chrome/test/ui/ui_test.cc (revision 106917) |
| +++ chrome/test/ui/ui_test.cc (working copy) |
| @@ -203,6 +203,7 @@ |
| launch_arguments_.AppendSwitchASCII(switches::kHomePage, homepage_); |
| if (!test_name_.empty()) |
| launch_arguments_.AppendSwitchASCII(switches::kTestName, test_name_); |
| + launch_arguments_.AppendSwitch(switches::kSkipGpuDataLoading); |
| } |
| void UITestBase::SetUpProfile() { |