| Index: trunk/src/content/public/test/browser_test_base.cc
|
| ===================================================================
|
| --- trunk/src/content/public/test/browser_test_base.cc (revision 228013)
|
| +++ trunk/src/content/public/test/browser_test_base.cc (working copy)
|
| @@ -153,9 +153,7 @@
|
|
|
| command_line->AppendSwitch(switches::kDomAutomationController);
|
|
|
| - // It is sometimes useful when looking at browser test failures to know which
|
| - // GPU blacklisting decisions were made.
|
| - command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
|
| + command_line->AppendSwitch(switches::kSkipGpuDataLoading);
|
|
|
| #if defined(USE_AURA)
|
| // Use test contexts for browser tests unless they override and force us to
|
|
|