diff options
Diffstat (limited to 'chrome/test/base/test_launcher_utils.cc')
-rw-r--r-- | chrome/test/base/test_launcher_utils.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc index 1f81ef9..f5bf93c 100644 --- a/chrome/test/base/test_launcher_utils.cc +++ b/chrome/test/base/test_launcher_utils.cc @@ -47,10 +47,6 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) { // 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. |