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

Unified Diff: sync/protocol/nigori_specifics.proto

Issue 10985008: sync: Add DeviceInfo protobuf and supporting code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another missing include Created 8 years, 2 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 | « sync/protocol/device_info_specifics.proto ('k') | sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/nigori_specifics.proto
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
index e757f7a56a13e20b2a38d714bf64731fb5e5835f..21c1f2d7c3d58d88aaea8bd3435534615dd28b1f 100644
--- a/sync/protocol/nigori_specifics.proto
+++ b/sync/protocol/nigori_specifics.proto
@@ -27,24 +27,6 @@ message NigoriKeyBag {
repeated NigoriKey key = 2;
}
-// Information about a device that is running a sync-enabled Chrome browser.
-// We are mapping the unique per-device cache guid to more specific information
-// about the device.
-message DeviceInformation {
- optional string cache_guid = 1;
-
- // The name of the device is dependent on the OS running the Chrome instance.
- // On a Chromebook this is "Chromebook", on Linux the distribution name, on
- // Mac OSX the hadware model name and on Windows the computer name.
- optional string name = 2;
-
- // The platform of the device (ChromeOS, Linux, Mac, or Windows).
- optional string platform = 3;
-
- // The Chrome version of the sync-enabled Chrome browser.
- optional string chrome_version = 4;
-}
-
// Properties of nigori sync object.
message NigoriSpecifics {
optional EncryptedData encryption_keybag = 1;
@@ -92,7 +74,8 @@ message NigoriSpecifics {
// User device information. Contains information about each device that has a
// sync-enabled Chrome browser connected to the user account.
- repeated DeviceInformation device_information = 28;
+ // This has been moved to the DeviceInfo message.
+ // repeated DeviceInformation deprecated_device_information = 28;
// Enable syncing favicons as part of tab sync.
optional bool sync_tab_favicons = 29;
« no previous file with comments | « sync/protocol/device_info_specifics.proto ('k') | sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698