| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 5b52da82079e48e212eaf16c8dfccd9b4086d69d..e018f0072658e0b633bdc7d75128609a7dd2eb69 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -1825,7 +1825,7 @@
|
| This policy is limited to 100 entries; subsequent entries will be ignored.''',
|
| },
|
| {
|
| - 'name': 'UserNetworkConfiguration',
|
| + 'name': 'OpenNetworkConfiguration',
|
| 'type': 'string',
|
| 'supported_on': ['chrome_os:0.16-'],
|
| 'features': {'dynamic_refresh': 1},
|
| @@ -1836,7 +1836,7 @@
|
| 'desc': '''Allows pushing network configuration to be applied per-user to a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network configuration is a JSON-formatted string as defined by the Open Network Configuration format described at https://sites.google.com/a/chromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration''',
|
| },
|
| {
|
| - 'name': 'DeviceNetworkConfiguration',
|
| + 'name': 'DeviceOpenNetworkConfiguration',
|
| 'type': 'string',
|
| 'supported_on': ['chrome_os:0.16-'],
|
| 'device_only': True,
|
|
|