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

Unified Diff: chrome/browser/sync/engine/syncer_types.h

Issue 7621085: Server directed error handling backend code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing CR feedback. Created 9 years, 4 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: chrome/browser/sync/engine/syncer_types.h
diff --git a/chrome/browser/sync/engine/syncer_types.h b/chrome/browser/sync/engine/syncer_types.h
index 99e4dc3a0c40a6a4597d2c3007a6da1871bb0ea6..54d4b3e2974d295d9c50e17bd5db956f11a6bcf8 100644
--- a/chrome/browser/sync/engine/syncer_types.h
+++ b/chrome/browser/sync/engine/syncer_types.h
@@ -105,6 +105,10 @@ struct SyncEngineEvent {
// server data have failed or succeeded.
CLEAR_SERVER_DATA_SUCCEEDED,
CLEAR_SERVER_DATA_FAILED,
+
+ // This event is sent when we receive an actionable error. It is upto
+ // the listeners to figure out the action to take using the snapshot sent.
+ ACTIONABLE_ERROR,
};
explicit SyncEngineEvent(EventCause cause);

Powered by Google App Engine
This is Rietveld 408576698