| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fbf1e5848624a56a891cd80b17e6c3b78412d554..f15fbe97af6c2bec8a3bce92aa5a46dfd61cbc96 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1846,6 +1846,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.
|
|
|