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

Unified Diff: chrome/browser/managed_mode/managed_user_constants.h

Issue 147083016: Add avatar syncing for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 6 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
« no previous file with comments | « no previous file | chrome/browser/managed_mode/managed_user_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/managed_mode/managed_user_constants.h
diff --git a/chrome/browser/managed_mode/managed_user_constants.h b/chrome/browser/managed_mode/managed_user_constants.h
index 6ef2bcb5f5581c040391129633c443ae96110aaf..abb22e111f66f73c672b26e064460e189fc6d1b7 100644
--- a/chrome/browser/managed_mode/managed_user_constants.h
+++ b/chrome/browser/managed_mode/managed_user_constants.h
@@ -22,6 +22,12 @@ extern const char kUserPasswordRecord[];
// (like Sync), even though we're not signed in.
extern const char kManagedUserPseudoEmail[];
+// Keys for managed user shared settings. These can be configured remotely or
+// locally, and are mapped to preferences by the
+// SupervisedUserPrefMappingService.
+extern const char kChromeAvatarIndex[];
+extern const char kChromeOSAvatarIndex[];
+
} // namespace managed_users
#endif // CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/managed_mode/managed_user_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698