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

Unified Diff: chrome/browser/policy/proto/chrome_device_policy.proto

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 | « chrome/browser/policy/device_policy_cache_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
index d0846b3c069095d0bd68f624b5ecfd6c80127dc5..966454421e6643967c2b84481f8187e9ca4f354c 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -80,9 +80,9 @@ message ReleaseChannelProto {
optional string release_channel = 1;
}
-message NetworkConfigurationProto {
+message DeviceOpenNetworkConfigurationProto {
// The network configuration blob. This is a JSON string as specified by ONC.
- optional string network_configuration = 1;
+ optional string open_network_configuration = 1;
}
message ChromeDeviceSettingsProto {
@@ -96,5 +96,5 @@ message ChromeDeviceSettingsProto {
optional AllowNewUsersProto allow_new_users = 8;
optional MetricsEnabledProto metrics_enabled = 9;
optional ReleaseChannelProto release_channel = 10;
- optional NetworkConfigurationProto network_configuration = 11;
+ optional DeviceOpenNetworkConfigurationProto open_network_configuration = 11;
}
« no previous file with comments | « chrome/browser/policy/device_policy_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698