| Index: chrome/test/base/test_launcher_utils.cc
|
| diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
|
| index 1f81ef93dcfb7a7959d9713d58e1a451c9dd087b..afbfc5849359f50a98c8e0c96ef69ef78d4d7c09 100644
|
| --- a/chrome/test/base/test_launcher_utils.cc
|
| +++ b/chrome/test/base/test_launcher_utils.cc
|
| @@ -47,9 +47,11 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
|
| // Don't install default apps.
|
| command_line->AppendSwitch(switches::kDisableDefaultApps);
|
|
|
| +#if !defined(OS_WIN)
|
| // Don't collect GPU info, load GPU blacklist, or schedule a GPU blacklist
|
| - // auto-update.
|
| + // auto-update on non-Win bots for now (http://crbug.com/304833).
|
| command_line->AppendSwitch(switches::kSkipGpuDataLoading);
|
| +#endif
|
|
|
| #if defined(USE_AURA)
|
| // Disable window animations under Ash as the animations effect the
|
|
|