| Index: sync/engine/sync_engine_event.h
|
| diff --git a/sync/engine/sync_engine_event.h b/sync/engine/sync_engine_event.h
|
| index e9c52a75af08726d3f607957f2cc0eaa4261b3ca..d47edf32338af9e6c82a9726122d75c2cebfa448 100644
|
| --- a/sync/engine/sync_engine_event.h
|
| +++ b/sync/engine/sync_engine_event.h
|
| @@ -41,11 +41,6 @@ struct SyncEngineEvent {
|
| // data (i.e. as if the user clicked 'Stop Syncing' in the browser.
|
| STOP_SYNCING_PERMANENTLY,
|
|
|
| - // These events are sent to indicate when we know the clearing of
|
| - // 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,
|
|
|