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

Unified Diff: trunk/src/sync/protocol/device_info_specifics.proto

Issue 398273006: Revert 284234 "Pass signin_scoped_device_id to DeviceInfoSpecifics." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
Index: trunk/src/sync/protocol/device_info_specifics.proto
===================================================================
--- trunk/src/sync/protocol/device_info_specifics.proto (revision 284241)
+++ trunk/src/sync/protocol/device_info_specifics.proto (working copy)
@@ -38,8 +38,4 @@
// Last time when pre-sync data on the device was saved. The device can be
// restored to state back to this time. In millisecond since UNIX epoch.
optional int64 backup_timestamp = 6;
-
- // Device_id that is stable until user signs out. This device_id is used for
- // annotating login scoped refresh token.
- optional string signin_scoped_device_id = 7;
}

Powered by Google App Engine
This is Rietveld 408576698