summaryrefslogtreecommitdiffstats
path: root/sync/engine/commit.cc
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-17 05:40:06 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-17 05:40:06 +0000
commit61161fdc716423ae44471cb08893977a8ed995ae (patch)
tree7e15efa48ae620addf6bfd7966835b99d1600022 /sync/engine/commit.cc
parent9874e3fbb370cab52617c2d4dd64340d75a9c8b2 (diff)
downloadchromium_src-61161fdc716423ae44471cb08893977a8ed995ae.zip
chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.tar.gz
chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.tar.bz2
sync: add Google API Key to all ClientToServerMessages.
Also move setting of "must have" sync fields to PostClientToServerMessage (from DownloadUpdatesCommand & BuildCommitCommand). Needed for M23 branch. BUG= Review URL: https://chromiumcodereview.appspot.com/10916276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/engine/commit.cc')
-rw-r--r--sync/engine/commit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
index 731643a..49443e9 100644
--- a/sync/engine/commit.cc
+++ b/sync/engine/commit.cc
@@ -101,7 +101,7 @@ SyncerError BuildAndPostCommitsImpl(Syncer* syncer,
DVLOG(1) << "Sending commit message.";
TRACE_EVENT_BEGIN0("sync", "PostCommit");
const SyncerError post_result = SyncerProtoUtil::PostClientToServerMessage(
- commit_message, &commit_response, session);
+ &commit_message, &commit_response, session);
TRACE_EVENT_END0("sync", "PostCommit");
if (post_result != SYNCER_OK) {