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

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

Issue 1994683004: Add web platform pointerevents tests to Layouttest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webexposed global interface test Created 4 years, 7 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 244e371a54a230b53b7ae00ae1ccf9d69893b614..12b032e7a958e9b29d77e98e87ba0ae40fea41d0 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -435,6 +435,9 @@ const char kV8SnapshotPassedByFD[] = "v8-snapshot-passed-by-fd";
const char kV8CacheStrategiesForCacheStorage[] =
"v8-cache-strategies-for-cache-storage";
+// Enables GPU benchmarking extension APIs.
+const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
+
// Cause the OS X sandbox write to syslog every time an access to a resource
// is denied by the sandbox.
const char kEnableSandboxLogging[] = "enable-sandbox-logging";

Powered by Google App Engine
This is Rietveld 408576698