| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2ecbec2f7e247ea31e4b2400185547ab831999d3..3540e4d9c07ac76cd683582ec4a661e192be7cda 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1299,9 +1299,9 @@ const char kProfileCreatedByVersion[] = "profile.created_by_version";
|
| // them.
|
| const char kProfileInfoCache[] = "profile.info_cache";
|
|
|
| -// Boolean that specifies whether or not crash reports are sent
|
| -// over the network for analysis.
|
| -#if defined(OS_ANDROID)
|
| +// Deprecated preference for metric / crash reporting on Android. Use
|
| +// kMetricsReportingEnabled instead.
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| const char kCrashReportingEnabled[] =
|
| "user_experience_metrics_crash.reporting_enabled";
|
| #endif
|
|
|