Index: chrome/app/policy/policy_templates.json |
=================================================================== |
--- chrome/app/policy/policy_templates.json (revision 181669) |
+++ chrome/app/policy/policy_templates.json (working copy) |
@@ -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: 186 |
+# For your editing convenience: highest ID currently used: 187 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -437,6 +437,28 @@ |
If this setting is disabled or not set, browsing history is saved.''', |
}, |
{ |
+ 'name': 'DeletingBrowserHistoryEnabled', |
Joao da Silva
2013/02/11 15:48:52
Suggestion: I'm not a native English speaker, so y
Joao da Silva
2013/02/11 15:48:52
Set 'future': True for this policy.
Pam (message me for reviews)
2013/02/12 13:58:20
It would be. Which is more important, that or matc
Pam (message me for reviews)
2013/02/12 13:58:20
Done.
Joao da Silva
2013/02/12 14:04:26
That policy has negative polarity, which is a sour
|
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ # TODO(pamg): Restore the correct 'supported' line when the UI properly |
+ # shows that deleting browser history is disabled. Also fix the 'os' line |
+ # in policy_test_cases.json. |
+ # 'supported_on': ['chrome.*:26-', 'chrome_os:0.26-'], |
+ 'supported_on': [], |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ 'per_profile': True, |
+ }, |
+ 'example_value': True, |
+ 'id': 187, |
+ 'caption': '''Enable deleting browser and download history''', |
+ 'desc': '''Enables deleting browser history and download history in <ph name="PRODUCT_NAME">$<ex>Google Chrome</ex></ph> and prevents users from changing this setting. |
+ |
+ If this setting is enabled or not set, browsing and download history can be deleted. |
+ |
+ If this setting is disabled, browsing and download history cannot be deleted.''', |
+ }, |
+ { |
'name': 'RemoteAccess', |
'type': 'group', |
'caption': '''Configure remote access options''', |