Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: trunk/src/content/public/test/browser_test_base.cc

Issue 26906004: Revert 227977 "Enable GPU control lists in tests." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/content/public/common/content_switches.cc ('k') | trunk/src/gpu/config/gpu_control_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « trunk/src/content/public/common/content_switches.cc ('k') | trunk/src/gpu/config/gpu_control_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698