| 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);
|
|
|