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

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, 4 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
« no previous file with comments | « no previous file | chrome/browser/browser_main.cc » ('j') | net/spdy/spdy_config_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 99284)
+++ 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: 103
+# For your editing convenience: highest ID currently used: 104
#
# 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': 'string',
+ 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': 'https://www.google.com',
+ 'id': 104,
+ '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/browser_main.cc » ('j') | net/spdy/spdy_config_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698