| Index: trunk/src/chrome/test/base/test_launcher_utils.cc
|
| ===================================================================
|
| --- trunk/src/chrome/test/base/test_launcher_utils.cc (revision 228013)
|
| +++ trunk/src/chrome/test/base/test_launcher_utils.cc (working copy)
|
| @@ -47,11 +47,9 @@
|
| // Don't install default apps.
|
| command_line->AppendSwitch(switches::kDisableDefaultApps);
|
|
|
| -#if defined(OS_MACOSX)
|
| // Don't collect GPU info, load GPU blacklist, or schedule a GPU blacklist
|
| - // auto-update on Mac for now (http://crbug.com/304833).
|
| + // auto-update.
|
| command_line->AppendSwitch(switches::kSkipGpuDataLoading);
|
| -#endif
|
|
|
| #if defined(USE_AURA)
|
| // Disable window animations under Ash as the animations effect the
|
|
|