Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1513)

Unified Diff: chrome/common/pref_names.cc

Issue 2014463003: Modifications for recording whether UMA/Crash default state for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/metrics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 4895538e928ab4157e0ae6109e8126f27288bae5..70a940fd9e4c00de4936a4bec3960ddb6f7abd92 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1268,13 +1268,6 @@ const char kCrashReportingEnabled[] =
"user_experience_metrics_crash.reporting_enabled";
#endif
-// An enum value indicating the default value of the enable metrics reporting
-// checkbox shown during first-run. If it's opt-in, then the checkbox defaulted
-// to unchecked, if it's opt-out, then it defaulted to checked. This value is
-// only recorded during first-run, so older clients will not set it. The enum
-// used for the value is metrics::MetricsServiceClient::EnableMetricsDefault.
-const char kMetricsDefaultOptIn[] = "user_experience_metrics.default_opt_in";
-
// This is the location of a list of dictionaries of plugin stability stats.
const char kStabilityPluginStats[] =
"user_experience_metrics.stability.plugin_stats2";
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698