| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index f116656cff366ff88fb9bd02d72299a69fa93ae2..a30d19081d91e84f276a9fae49a4e401037956c7 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -100,7 +100,9 @@ void BrowserTestBase::SetUp() {
|
|
|
| command_line->AppendSwitch(switches::kDomAutomationController);
|
|
|
| - command_line->AppendSwitch(switches::kSkipGpuDataLoading);
|
| + // It is sometimes useful when looking at browser test failures to know which
|
| + // GPU blacklisting decisions were made.
|
| + command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
|
|
|
| #if defined(USE_AURA)
|
| // Use test contexts for browser tests unless they override and force us to
|
|
|