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

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

Issue 9968013: Add policy switch for location reporting and decode all policies in device_policy_cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix doc string Created 8 years, 9 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.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 0773f370256b687f2ed52f92a57bcaef024f3d9d..e5ca07567353f4e2f70362626d5cb358ae002cae 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -95,10 +95,13 @@ message DeviceReportingProto {
optional bool report_version_info = 1;
optional bool report_activity_times = 2;
optional bool report_boot_mode = 3;
+ optional bool report_location = 4;
}
message EphemeralUsersEnabledProto {
- // Determines whether users should be treated as ephemeral.
+ // Determines whether users should be treated as ephemeral. In ephemeral users
+ // mode, no cryptohome is created for the user, but a tmpfs mount is used
+ // instead such that upon logout all user state is discarded.
optional bool ephemeral_users_enabled = 1;
}
« no previous file with comments | « chrome/browser/policy/device_policy_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698