Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 7e8c70484e4a471136f9fe0f2df915a3d29473da..38a9828ff83f88a2debf04e4263903e3a974c860 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -278,6 +278,9 @@ const char kEnablePointerLock[] = "enable-pointer-lock"; |
// Enable the Gamepad API |
const char kEnableGamepad[] = "enable-gamepad"; |
+// Enables the GPU benchmarking extension |
+const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking"; |
+ |
// Force logging to be enabled. Logging is disabled by default in release |
// builds. |
const char kEnableLogging[] = "enable-logging"; |