| 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/',
|
|
|