diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-25 16:04:17 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-25 16:04:17 +0000 |
commit | aa6b0211104ed683394cbe6924f6d60b51cd429c (patch) | |
tree | be85ec463d66146b9619da28893b4001c44c5751 /chrome/app | |
parent | 2d0cb7a76822d62cc5269140ea7fc819c03dbdd6 (diff) | |
download | chromium_src-aa6b0211104ed683394cbe6924f6d60b51cd429c.zip chromium_src-aa6b0211104ed683394cbe6924f6d60b51cd429c.tar.gz chromium_src-aa6b0211104ed683394cbe6924f6d60b51cd429c.tar.bz2 |
Rename network configuration policy as per Zhanyong's proposal.
BUG=None
TEST=compiles and passes tests.
Review URL: http://codereview.chromium.org/8382005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index 5b52da8..e018f00 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, |