Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index 12e846078a82243eaf26a16bc8d9345aa134591d..5bc8bd1c029b14b5bb8371a55794695b541f88e6 100644 |
--- a/chrome/app/policy/policy_templates.json |
+++ b/chrome/app/policy/policy_templates.json |
@@ -112,7 +112,7 @@ |
# persistent IDs for all fields (but not for groups!) are needed. These are |
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
# because doing so would break the deployed wire format! |
-# For your editing convenience: highest ID currently used: 161 |
+# For your editing convenience: highest ID currently used: 162 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -553,6 +553,24 @@ |
If this policy is left not set, this will be enabled but the user will be able to change it.''', |
}, |
{ |
+ 'name': 'ForceSafeSearch', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:24-', 'chrome_os:0.24-'], |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ 'can_be_recommended': False, |
+ }, |
+ 'example_value': False, |
+ 'id': 162, |
+ 'caption': '''Force SafeSearch''', |
+ 'desc': '''Forces queries in Google Web Search to be done with SafeSearch set to active and prevents users from changing this setting. |
+ |
+ If you enable this setting, SafeSearch in Google Search is always active. |
+ |
+ If you disable this setting, SafeSearch in Google Search is not enforced.''', |
Bernhard Bauer
2012/11/12 09:25:32
Post-commit comment: This should probably be "If t
|
+ }, |
+ { |
'name': 'SafeBrowsingEnabled', |
'type': 'main', |
'schema': { 'type': 'boolean' }, |