diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 6935a15..feaf3a9 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -134,7 +134,8 @@ const char kDisableLocalStorage[] = "disable-local-storage"; // builds. const char kDisableLogging[] = "disable-logging"; -// Completely disables UMA metrics system. +// Does nothing, use the preferences to see if the user has enabled metrics. +// TODO(brettw) bug 39224: remove this constant. const char kDisableMetrics[] = "disable-metrics"; // Whether we should prevent the new tab page from showing the first run |