| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a37f6102a1cb15bb5ca20ddc149976994a3dd11e..9eb3df72ece6b3f7a596934b267e5c800b31e53d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1848,7 +1848,7 @@ const char kLogoutStartedLast[] = "chromeos.logout-started";
|
| const char kIsBootstrappingSlave[] = "is_oobe_bootstrapping_slave";
|
|
|
| // A preference that controlles Android status reporting.
|
| -const char kReportArcStatus[] = "arc.status_reporting";
|
| +const char kReportArcStatusEnabled[] = "arc.status_reporting_enabled";
|
|
|
| #endif // defined(OS_CHROMEOS)
|
|
|
|
|