summaryrefslogtreecommitdiffstats
path: root/sync/protocol/proto_value_conversions.cc
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 23:06:19 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 23:06:19 +0000
commitab03b47d797f1d8cdb9ad0f002c2ff8eb353748d (patch)
tree0e1574796f2fd058fbf4880c4c092b705a308129 /sync/protocol/proto_value_conversions.cc
parenta055671ecebad63991ec0c8288ae41f3bd749cd9 (diff)
downloadchromium_src-ab03b47d797f1d8cdb9ad0f002c2ff8eb353748d.zip
chromium_src-ab03b47d797f1d8cdb9ad0f002c2ff8eb353748d.tar.gz
chromium_src-ab03b47d797f1d8cdb9ad0f002c2ff8eb353748d.tar.bz2
Revert 284234 "Pass signin_scoped_device_id to DeviceInfoSpecifics."
Compilation error on Win builder. src\sync\internal_api\public\base\invalidation_util.cc(14) : fatal error C1083: Cannot open include file: 'google/cacheinvalidation/types.pb.h': No such file or directory > Pass signin_scoped_device_id to DeviceInfoSpecifics. > > I'm adding signin_scoped_device_id to DeviceInfoSpecifics. > This value is available from SigninClient, the rest of code is to pass > value from syncBackendHostImpl where SigninClient is availble to > SyncedDeviceTracker where value is passed to protobuf. > > Also there is small change to how commandline flag is handled. > > BUG=382968 > R=rlarocque@chromium.org > > Review URL: https://codereview.chromium.org/395013002 TBR=pavely@chromium.org Review URL: https://codereview.chromium.org/398273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/protocol/proto_value_conversions.cc')
-rw-r--r--sync/protocol/proto_value_conversions.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index 62b611f..740eae4 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -499,7 +499,6 @@ base::DictionaryValue* DeviceInfoSpecificsToValue(
SET_STR(sync_user_agent);
SET_STR(chrome_version);
SET_TIME_STR(backup_timestamp);
- SET_STR(signin_scoped_device_id);
return value;
}