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

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

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_pref_store.cc
diff --git a/chrome/browser/supervised_user/supervised_user_pref_store.cc b/chrome/browser/supervised_user/supervised_user_pref_store.cc
index 7a27cada0c3cb3b0c5c71c52393a0d9f1d9029cc..2fe17cfd456629d6978380b87521fee4c10aba7c 100644
--- a/chrome/browser/supervised_user/supervised_user_pref_store.cc
+++ b/chrome/browser/supervised_user/supervised_user_pref_store.cc
@@ -26,6 +26,9 @@ struct SupervisedUserSettingsPrefMappingEntry {
SupervisedUserSettingsPrefMappingEntry kSupervisedUserSettingsPrefMapping[] = {
{
+ supervised_users::kCameraMicDisabled, prefs::kSupervisedCameraMicDisabled,
+ },
+ {
supervised_users::kContentPackDefaultFilteringBehavior,
prefs::kDefaultSupervisedUserFilteringBehavior,
},
@@ -41,6 +44,10 @@ SupervisedUserSettingsPrefMappingEntry kSupervisedUserSettingsPrefMapping[] = {
supervised_users::kForceSafeSearch, prefs::kForceSafeSearch,
},
{
+ supervised_users::kGeolocationDisabled,
+ prefs::kSupervisedGeolocationDisabled,
+ },
+ {
supervised_users::kRecordHistory, prefs::kRecordHistory,
},
{

Powered by Google App Engine
This is Rietveld 408576698