Index: chrome/app/policy/policy_templates.json |
=================================================================== |
--- chrome/app/policy/policy_templates.json (revision 104227) |
+++ chrome/app/policy/policy_templates.json (working copy) |
@@ -94,7 +94,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: 106 |
+# For your editing convenience: highest ID currently used: 107 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -240,6 +240,16 @@ |
'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
}, |
{ |
+ 'name': 'SpdyServers', |
+ 'type': 'list', |
+ 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
willchan no longer on Chromium
2011/10/06 22:13:22
Is this right? I actually don't know what 8- means
ramant (doing other things)
2011/10/07 01:40:20
Done.
|
+ 'features': {'dynamic_refresh': 1}, |
+ 'example_value': ['www.google.com:443' 'mail.google.com:443'], |
+ 'id': 107, |
+ 'caption': '''SPDY servers''', |
+ 'desc': '''List of SPDY servers in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
+ }, |
+ { |
'name': 'DisabledSchemes', |
'type': 'list', |
'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], |