From aa6b0211104ed683394cbe6924f6d60b51cd429c Mon Sep 17 00:00:00 2001 From: "mnissler@chromium.org" Date: Tue, 25 Oct 2011 16:04:17 +0000 Subject: 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 --- chrome/app/policy/policy_templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/app') 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 $2Chromium OS 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, -- cgit v1.1