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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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: 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-'],
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | chrome/browser/extensions/extension_webrequest_api_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698