| 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 cb5e3b8d072ee3810e9660c020a64f6413089644..5fed0cc442c9fb8956d943c237bc1d5ed34c0c8c 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -153,7 +153,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
|
|
|