Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1935)

Unified Diff: chrome/common/pref_names.cc

Issue 2396103002: Create policy ReportArcStatus (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index bde96d1fceea656091082eb613fb6bc93d7758ef..1c74ddf89fe2df02648ea277f668926fc0a45bfc 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

Powered by Google App Engine
This is Rietveld 408576698