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

Unified Diff: content/public/common/content_switches.cc

Issue 11667030: Add GPU memory usage contents browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Contents browser test ready for review Created 7 years, 12 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index cf0b4db5a53c025133ba23235bde963e1cc98fc8..999fba295c0bdbb376f493e4158d2b38e2e76d31 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -148,6 +148,9 @@ const char kDisableHistogramCustomizer[] = "disable-histogram-customizer";
// will present the rendered page rather than the browser process.
const char kDisableImageTransportSurface[] = "disable-image-transport-surface";
+// Use hardware gpu, if available, for tests.
nduca 2013/01/05 05:14:42 might want to pull this out to a separate cl
ccameron 2013/01/07 21:36:34 Good call, put it in https://codereview.chromium.o
+const char kUseGpuInTests[] = "use-gpu-in-tests";
+
// Disables GPU hardware acceleration. If software renderer is not in place,
// then the GPU process won't launch.
const char kDisableGpu[] = "disable-gpu";

Powered by Google App Engine
This is Rietveld 408576698