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

Unified Diff: chrome/common/pref_names.h

Issue 2351873002: Clean up UMA 3g experiment and unify metrics enabled pref for Android (Closed)
Patch Set: remove optimization param Created 4 years, 3 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/browser/profiles/profile_io_data.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index deb4327e802fccb6060c57ec89c2b2e0ffc7c041..9ac842e3efd120838f8c92882efcf6aa389113a8 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -446,9 +446,8 @@ extern const char kGpuDriverInfoShaderVersion[];
extern const char kGpuDriverInfoBuildFingerPrint[];
#endif
-// Android has it's own metric / crash reporting implemented in Android
-// Java code so kMetricsReportingEnabled doesn't make sense. We use this
-// to inform crashes_ui that we have enabled crash reporting.
+// Deprecated preference for metric / crash reporting on Android. Use
+// kMetricsReportingEnabled instead.
#if BUILDFLAG(ANDROID_JAVA_UI)
extern const char kCrashReportingEnabled[];
#endif
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698