Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index e717ab43bf2fc13b14d0d339f8ef4a0dee8fc487..3f750abbb402069f05f04afda62e0c57d0f164b0 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -942,8 +942,9 @@ const char kAllowDeletingBrowserHistory[] = "history.deleting_enabled"; |
// Boolean controlling whether SafeSearch is mandatory for Google Web Searches. |
const char kForceGoogleSafeSearch[] = "settings.force_google_safesearch"; |
-// Boolean controlling whether Safety Mode is mandatory on YouTube. |
-const char kForceYouTubeSafetyMode[] = "settings.force_youtube_safety_mode"; |
+// Integer controlling whether Restrict Mode (moderate/strict) is mandatory on |
+// YouTube. |
Marc Treib
2016/09/05 09:58:11
Mention the enum that lists the possible values?
ljusten (tachyonic)
2016/09/05 15:24:32
Done.
|
+const char kForceYouTubeRestrict[] = "settings.force_youtube_restrict"; |
// Boolean controlling whether history is recorded via Session Sync |
// (for supervised users). |