Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 43af00e6418587d181f4af446c96c317f31eff03..22fe91faa33aefbc0bcad744b0b33aa5ccb5ac01 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -573,6 +573,11 @@ const char kEnableMediaGalleryUI[] = "enable-media-gallery-ui"; |
// Allows reporting memory info (JS heap size) to page. |
const char kEnableMemoryInfo[] = "enable-memory-info"; |
+// Enables metrics recording and reporting in the browser startup sequence, as |
+// if this was an official Chrome build where the user allowed metrics |
+// reporting. This is used for testing only. |
+const char kEnableMetricsReporting[] = "enable-metrics-reporting"; |
Nico
2012/08/09 21:57:52
kEnableMetricsReportForTesting / enable-metrics-re
SteveT
2012/08/09 22:05:02
Done.
|
+ |
// Runs the Native Client inside the renderer process and enables GPU plugin |
// (internally adds lEnableGpuPlugin to the command line). |
const char kEnableNaCl[] = "enable-nacl"; |