summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 7d16f0e..29e22c4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -207,6 +207,9 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
const char kEnableExperimentalExtensionApis[] =
"enable-experimental-extension-apis";
+// Enable metrics extension API.
+const char kEnableMetricsExtensionApi[] = "enable-metrics-extension-api";
+
// Enable experimental WebGL support.
const char kEnableExperimentalWebGL[] = "enable-webgl";