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

Unified Diff: sync/engine/download_updates_command.cc

Issue 10916174: Implement a bag of chips for sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 8 years, 3 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/engine/build_commit_command.cc ('k') | sync/engine/syncer_proto_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/download_updates_command.cc
diff --git a/sync/engine/download_updates_command.cc b/sync/engine/download_updates_command.cc
index e1ba1898b79a22304c632fe5c21ded4791433c49..cd0730ad658c0c0142ef9da0b8a522b662eae59f 100644
--- a/sync/engine/download_updates_command.cc
+++ b/sync/engine/download_updates_command.cc
@@ -111,6 +111,7 @@ SyncerError DownloadUpdatesCommand::ExecuteImpl(SyncSession* session) {
SyncerProtoUtil::SetProtocolVersion(&client_to_server_message);
SyncerProtoUtil::AddRequestBirthday(dir, &client_to_server_message);
+ SyncerProtoUtil::AddBagOfChips(dir, &client_to_server_message);
DebugInfo* debug_info = client_to_server_message.mutable_debug_info();
« no previous file with comments | « sync/engine/build_commit_command.cc ('k') | sync/engine/syncer_proto_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698