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

Unified Diff: sync/engine/syncer.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/engine/syncer.h
diff --git a/sync/engine/syncer.h b/sync/engine/syncer.h
index b49e97871278bf63e135954bad86c4fd9c53a3cc..8fadde9ecb74a09878bb518e5b7a6ddcd0b26c8e 100644
--- a/sync/engine/syncer.h
+++ b/sync/engine/syncer.h
@@ -27,7 +27,6 @@ class MutableEntry;
enum SyncerStep {
SYNCER_BEGIN,
DOWNLOAD_UPDATES,
- PROCESS_CLIENT_COMMAND,
VERIFY_UPDATES,
PROCESS_UPDATES,
STORE_TIMESTAMPS,
@@ -66,9 +65,6 @@ class Syncer {
SyncerStep last_step);
private:
- // Implements the PROCESS_CLIENT_COMMAND syncer step.
- void ProcessClientCommand(sessions::SyncSession* session);
-
bool early_exit_requested_;
base::Lock early_exit_requested_lock_;

Powered by Google App Engine
This is Rietveld 408576698