Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a97838b3b84226d20b89d66b16e6f9fc81b0bc00..d6dc7cad240d4c8f4f0b354944f5f3553b02bd86 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -885,15 +885,6 @@ const char kPackExtensionKey[] = "pack-extension-key"; |
// Specifies the path to the user data folder for the parent profile. |
const char kParentProfile[] = "parent-profile"; |
-// Launches PerformanceMonitor at startup, which will gather statistics about |
-// Chrome's CPU and memory usage, page load times, startup times, and network |
-// usage, and will also store information about events which may be of interest, |
-// such as extension-related occurrences and crashes. Optionally, this may be |
-// run with an integer value representing the interval between the timed |
-// metric gatherings, measured in seconds (if invalid or not provided, the |
-// default interval is used). |
-const char kPerformanceMonitorGathering[] = "performance-monitor-gathering"; |
- |
// Development flag for permission request API. This flag is needed until |
// the API is finalized. |
// TODO(bauerb): Remove when this flag is not needed anymore. |