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

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

Issue 9104038: Add device policy to enable ephemeral users (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated patch to add the policy to the correct protobuf file. Created 8 years, 11 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 | 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 85037176eaf9249417f29b1f28c928cb0fccf58c..9144abafb602652786af9327981d788828c92a3e 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -92,6 +92,11 @@ message DeviceReportingProto {
optional bool report_boot_mode = 3;
}
+message EphemeralUsersProto {
+ // Determines whether users should be treated as ephemeral.
+ optional bool ephemeral_users = 1;
+}
+
message ChromeDeviceSettingsProto {
optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1;
optional UserWhitelistProto user_whitelist = 2;
@@ -105,4 +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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698