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

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

Issue 5166001: Revert 66415 - CrOS policies: Store device ID with device token... (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
« no previous file with comments | « chrome/browser/policy/device_token_fetcher_unittest.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/device_management_local.proto
===================================================================
--- chrome/browser/policy/proto/device_management_local.proto (revision 66415)
+++ chrome/browser/policy/proto/device_management_local.proto (working copy)
@@ -18,9 +18,3 @@
optional uint64 timestamp = 2;
}
-// Encapsulates a device ID and the associated device token.
-message DeviceCredentials {
- optional string device_id = 1;
- optional string device_token = 2;
-}
-
« no previous file with comments | « chrome/browser/policy/device_token_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698