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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 8382005: Rename network configuration policy as per Zhanyong's proposal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test. Created 9 years, 2 months 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
« no previous file with comments | « no previous file | chrome/browser/policy/device_policy_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/policy/device_policy_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698