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

Unified Diff: sync/sessions/sync_session.h

Issue 10909160: sync: Process client commands on commit response (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor formatting improvement 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
Index: sync/sessions/sync_session.h
diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
index 461d98ea8440b2d71194de0ae45ecafdb2875b87..46225e5686e8114b50adeb11394e5386076c5c93 100644
--- a/sync/sessions/sync_session.h
+++ b/sync/sessions/sync_session.h
@@ -149,6 +149,9 @@ class SyncSession {
// SyncShare (e.g., HasMoreToSync returned true).
void PrepareForAnotherSyncCycle();
+ // Sets various configuration settings based on orders from the server.
+ void ProcessClientCommand(const sync_pb::ClientCommand& command);
+
// TODO(akalin): Split this into context() and mutable_context().
SyncSessionContext* context() const { return context_; }
Delegate* delegate() const { return delegate_; }

Powered by Google App Engine
This is Rietveld 408576698