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

Unified Diff: chrome/browser/supervised_user/supervised_user_constants.h

Issue 902833003: Add a HostContentSettingsMap layer for Supervised Users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/supervised_user/supervised_user_constants.h
diff --git a/chrome/browser/supervised_user/supervised_user_constants.h b/chrome/browser/supervised_user/supervised_user_constants.h
index f72430b068053d623e2bfa697ab274029eb94416..e4aa3a0fa247cab2e5bc5640d827749822bb6bf9 100644
--- a/chrome/browser/supervised_user/supervised_user_constants.h
+++ b/chrome/browser/supervised_user/supervised_user_constants.h
@@ -9,12 +9,12 @@ namespace supervised_users {
// Keys for supervised user settings. These are configured remotely and mapped
// to preferences by the SupervisedUserPrefStore.
-extern const char kCameraMicAllowed[];
+extern const char kCameraMicDisabled[];
extern const char kContentPackDefaultFilteringBehavior[];
extern const char kContentPackManualBehaviorHosts[];
extern const char kContentPackManualBehaviorURLs[];
extern const char kForceSafeSearch[];
-extern const char kGeolocationAllowed[];
+extern const char kGeolocationDisabled[];
extern const char kRecordHistory[];
extern const char kSigninAllowed[];
extern const char kUserName[];
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/supervised_user/supervised_user_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698