| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c1302453ba6e8ca86a8ee60fc43d01e6a18bd491..ecb95d072455e9e6a94c40461b86775107a6575e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1856,6 +1856,9 @@ const char kLogoutStartedLast[] = "chromeos.logout-started";
|
| // be an Android app).
|
| const char kIsBootstrappingSlave[] = "is_oobe_bootstrapping_slave";
|
|
|
| +// A preference that controlles Android status reporting.
|
| +const char kReportArcStatus[] = "arc.status_reporting";
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|