| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fbf1e5848624a56a891cd80b17e6c3b78412d554..3c1c9a1157e9e8394521644576ebde29860c6144 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -29,6 +29,8 @@ const char kArcSetNotificationsEnabledDeferred[] =
|
| "arc.set_notifications_enabled_deferred";
|
| // A preference that indicates status of Android sign-in.
|
| const char kArcSignedIn[] = "arc.signedin";
|
| +// A preference that controlles Android status reporting.
|
| +const char kReportArcStatus[] = "arc.status_reporting";
|
| #endif
|
|
|
| // A bool pref that keeps whether the child status for this profile was already
|
|
|