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

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

Issue 5005002: Dynamically refresh pref-configured proxies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Jochen's comments. Created 10 years, 1 month 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
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 5d51b447b7eba6f96143f037e40365c72dfa5741..04e195c53233d752aec738da2afadbb37a9ebcbf 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -263,7 +263,7 @@
],
'supported_on': ['chrome.*:8-'],
'annotations': {
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value': 2,
}
},
@@ -272,7 +272,7 @@
'type': 'string',
'supported_on': ['chrome.*:8-'],
'annotations': {
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value': '123.123.123.123:8080',
}
},
@@ -281,7 +281,7 @@
'type': 'string',
'supported_on': ['chrome.*:8-'],
'annotations': {
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value': 'http://internal.site/example.pac'
}
},
@@ -290,7 +290,7 @@
'type': 'string',
'supported_on': ['chrome.*:8-'],
'annotations': {
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value':
'http://www.example1.com,'
'http://www.example2.com,http://internalsite/',
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context.h » ('j') | chrome/browser/net/chrome_url_request_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698