Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6104)

Unified Diff: chrome/test/ui/ui_test.cc

Issue 8383008: Add a command-line switch --skip-gpu-data-loading. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/test_launcher_utils.cc ('k') | content/browser/gpu/gpu_data_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chrome/test/base/test_launcher_utils.cc ('k') | content/browser/gpu/gpu_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698