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

Unified Diff: trunk/src/chrome/test/base/test_launcher_utils.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
Index: trunk/src/chrome/test/base/test_launcher_utils.cc
===================================================================
--- trunk/src/chrome/test/base/test_launcher_utils.cc (revision 228013)
+++ trunk/src/chrome/test/base/test_launcher_utils.cc (working copy)
@@ -47,11 +47,9 @@
// Don't install default apps.
command_line->AppendSwitch(switches::kDisableDefaultApps);
-#if defined(OS_MACOSX)
// Don't collect GPU info, load GPU blacklist, or schedule a GPU blacklist
- // auto-update on Mac for now (http://crbug.com/304833).
+ // auto-update.
command_line->AppendSwitch(switches::kSkipGpuDataLoading);
-#endif
#if defined(USE_AURA)
// Disable window animations under Ash as the animations effect the
« no previous file with comments | « trunk/src/chrome/browser/gpu/chrome_gpu_util.cc ('k') | trunk/src/chrome/test/gpu/gpu_feature_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698