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

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 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 7d06fbd8d7200a487e48d4d098e84ee81c3fecbb..c1109e656f1e85722e7e73b6e57441d5211cce64 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -266,7 +266,7 @@
'annotations': {
'platforms': ['linux', 'mac', 'win'],
'products': ['chrome'],
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value': 2,
}
},
@@ -276,7 +276,7 @@
'annotations': {
'platforms': ['linux', 'mac', 'win'],
'products': ['chrome'],
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value': '123.123.123.123:8080',
}
},
@@ -286,7 +286,7 @@
'annotations': {
'platforms': ['linux', 'mac', 'win'],
'products': ['chrome'],
- 'features': {'dynamic_refresh': 0},
+ 'features': {'dynamic_refresh': 1},
'example_value': 'http://internal.site/example.pac'
}
},
@@ -296,7 +296,7 @@
'annotations': {
'platforms': ['linux', 'mac', 'win'],
'products': ['chrome'],
- '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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698