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

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

Issue 9365078: Rename the ephemeral_users field in the device policy protobuf (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed reference to Chrome OS bug. Created 8 years, 10 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/chromeos/stub_cros_settings_provider.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 9144abafb602652786af9327981d788828c92a3e..07dd07ead8b81d21c56fefef5100ac077cdc4d9c 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -92,9 +92,9 @@ message DeviceReportingProto {
optional bool report_boot_mode = 3;
}
-message EphemeralUsersProto {
+message EphemeralUsersEnabledProto {
// Determines whether users should be treated as ephemeral.
- optional bool ephemeral_users = 1;
+ optional bool ephemeral_users_enabled = 1;
}
message ChromeDeviceSettingsProto {
@@ -110,5 +110,5 @@ message ChromeDeviceSettingsProto {
optional ReleaseChannelProto release_channel = 10;
optional DeviceOpenNetworkConfigurationProto open_network_configuration = 11;
optional DeviceReportingProto device_reporting = 12;
- optional EphemeralUsersProto ephemeral_users = 13;
+ optional EphemeralUsersEnabledProto ephemeral_users_enabled = 13;
}
« no previous file with comments | « chrome/browser/chromeos/stub_cros_settings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698