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 9a0f3171a58f29458aebc05e7a0ca26850073449..06e09e93cb029c2fe8a9b90c1fd32da709794ae3 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::kLogGpuBlacklistDecisions); |
#if defined(USE_AURA) |
// Use test contexts for browser tests unless they override and force us to |