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 |