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
|
+ |