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

Unified Diff: components/content_settings/core/common/pref_names.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: components/content_settings/core/common/pref_names.cc
diff --git a/components/content_settings/core/common/pref_names.cc b/components/content_settings/core/common/pref_names.cc
index ef9b66cb12f7458568c84fa0bbfb4a25cdc8c932..41b2e83a729fc9f64483906788d95068c42c7443 100644
--- a/components/content_settings/core/common/pref_names.cc
+++ b/components/content_settings/core/common/pref_names.cc
@@ -78,4 +78,9 @@ const char kManagedNotificationsBlockedForUrls[] =
const char kManagedAutoSelectCertificateForUrls[] =
"profile.managed_auto_select_certificate_for_urls";
+const char kSupervisedGeolocationDisabled[] =
Bernhard Bauer 2015/02/05 12:07:52 As previously discussed offline, I'm not sure if g
knn 2015/02/26 12:07:30 Done.
+ "profile.supervised_geolocation_disabled";
+const char kSupervisedCameraMicDisabled[] =
+ "profile.supervised_camera_mic_disabled";
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698