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

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

Issue 5331008: Persist 'this device is not managed' information (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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
Index: chrome/browser/policy/proto/device_management_local.proto
diff --git a/chrome/browser/policy/proto/device_management_local.proto b/chrome/browser/policy/proto/device_management_local.proto
index ad7fc05a0ec1c8034ba98c7f2297f33cc712a63c..0258904daa234e85a0a3fb54fe8381cdf27a52a9 100644
--- a/chrome/browser/policy/proto/device_management_local.proto
+++ b/chrome/browser/policy/proto/device_management_local.proto
@@ -24,3 +24,9 @@ message DeviceCredentials {
optional string device_token = 2;
}
+// Stores the fact that this device is not managed.
+message UnmanagedDevice {
+ // Timestamp noting when this information was retrieved/confirmed.
+ optional uint64 timestamp = 1;
+}
danno 2010/11/25 16:35:01 Are you sure you can't fold this into the cache?
Jakob Kummerow 2010/11/26 09:17:23 Quite the contrary: I'm sure I can if I decide I w
+

Powered by Google App Engine
This is Rietveld 408576698