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

Unified Diff: chrome/browser/managed_mode/supervised_user_pref_store.cc

Issue 256943003: SupervisedUserPrefStore: Add pref mapping. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/managed_mode/supervised_user_pref_store.cc
diff --git a/chrome/browser/managed_mode/supervised_user_pref_store.cc b/chrome/browser/managed_mode/supervised_user_pref_store.cc
index 4d21f75b3c5182684f95f47b72a1d0553e0a9d20..8d9dd274ca14f7daf7d54664b4e0f94174f646e5 100644
--- a/chrome/browser/managed_mode/supervised_user_pref_store.cc
+++ b/chrome/browser/managed_mode/supervised_user_pref_store.cc
@@ -40,6 +40,10 @@ ManagedUserSettingsPrefMappingEntry kManagedUserSettingsPrefMapping[] = {
prefs::kForceSafeSearch,
},
{
+ managed_users::kSigninAllowed,
Bernhard Bauer 2014/04/28 09:56:40 Do you need to declare this somewhere?
+ prefs::kSigninAllowed,
+ },
+ {
managed_users::kUserName,
prefs::kProfileName,
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698