Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index cdfe00384056b97dc14f989714eaa8cacc54cda8..2304df928dbbf3b0a0fbbb8291cb1783b0d51fbd 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1369,9 +1369,7 @@ const char kStabilityPluginLoadingErrors[] = "loading_errors"; |
// The keys below are strictly increasing counters over the lifetime of |
// a chrome installation. They are (optionally) sent up to the uninstall |
-// survey in the event of uninstallation. The installation date is used by some |
-// opt-in services such as Wallet and UMA. |
-const char kInstallDate[] = "uninstall_metrics.installation_date2"; |
+// survey in the event of uninstallation. |
const char kUninstallMetricsPageLoadCount[] = |
"uninstall_metrics.page_load_count"; |
const char kUninstallLastLaunchTimeSec[] = |