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); |
|
Paweł Hajdan Jr.
2011/10/25 08:46:40
With the change in test_launcher_utils this should
Zhenyao Mo
2011/10/25 15:51:12
I double-checked again, and test_launcher_utils::P
Paweł Hajdan Jr.
2011/10/25 16:04:36
I think it's called by ProxyLauncher: http://codes
|
| } |
| void UITestBase::SetUpProfile() { |