Index: trunk/src/chrome/test/base/test_launcher_utils.cc |
=================================================================== |
--- trunk/src/chrome/test/base/test_launcher_utils.cc (revision 221144) |
+++ trunk/src/chrome/test/base/test_launcher_utils.cc (working copy) |
@@ -47,6 +47,10 @@ |
// Don't install default apps. |
command_line->AppendSwitch(switches::kDisableDefaultApps); |
+ // Don't collect GPU info, load GPU blacklist, or schedule a GPU blacklist |
+ // auto-update. |
+ command_line->AppendSwitch(switches::kSkipGpuDataLoading); |
+ |
#if defined(USE_AURA) |
// Disable window animations under Ash as the animations effect the |
// coordinates returned and result in flake. |