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

Unified Diff: sync/protocol/sync_protocol_error.h

Issue 263273002: Add a ClientAction used by SyncRollbackManager to notify PSS that rollback is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/internal_api/sync_rollback_manager_unittest.cc ('k') | sync/protocol/sync_protocol_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync_protocol_error.h
diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
index aef76501e7c85ed1e86cb8cb27e373e07ec4ce0e..0c825b76475644b7e3c054a9b0560b467bb520dd 100644
--- a/sync/protocol/sync_protocol_error.h
+++ b/sync/protocol/sync_protocol_error.h
@@ -72,6 +72,10 @@ enum ClientAction {
// Disable sync and roll back local model to pre-sync state.
DISABLE_SYNC_AND_ROLLBACK,
+ // Generated by SyncRollbackManager to notify ProfileSyncService that
+ // rollback is finished.
+ ROLLBACK_DONE,
+
// The default. No action.
UNKNOWN_ACTION
};
« no previous file with comments | « sync/internal_api/sync_rollback_manager_unittest.cc ('k') | sync/protocol/sync_protocol_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698