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

Unified Diff: chrome/common/pref_names.h

Issue 2704113003: Save Play user id when ARC user gets a Managed Google Play account (Closed)
Patch Set: Move pref from policy_pref_names to chrome/common/pref_names Created 3 years, 10 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 03a07aae8435d0d9bd473ae62c3c9767c100dc19..271159b77232ae2b5cc9215cd4f9608102334202 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -19,6 +19,7 @@ namespace prefs {
// Profile prefs. Please add Local State prefs below instead.
#if defined(OS_CHROMEOS) && BUILDFLAG(ENABLE_APP_LIST)
+extern const char kArcActiveDirectoryPlayUserId[];
extern const char kArcApps[];
extern const char kArcBackupRestoreEnabled[];
extern const char kArcDataRemoveRequested[];

Powered by Google App Engine
This is Rietveld 408576698