| Index: sync/internal_api/debug_info_event_listener.h
|
| diff --git a/sync/internal_api/debug_info_event_listener.h b/sync/internal_api/debug_info_event_listener.h
|
| index d18f0086b222101b40ec617a666a25400d84d24b..d76e9ab05d2233c9066f14d2fd42d46165638383 100644
|
| --- a/sync/internal_api/debug_info_event_listener.h
|
| +++ b/sync/internal_api/debug_info_event_listener.h
|
| @@ -45,8 +45,6 @@ class DebugInfoEventListener : public sync_api::SyncManager::Observer,
|
| const std::string& bootstrap_token) OVERRIDE;
|
| virtual void OnStopSyncingPermanently() OVERRIDE;
|
| virtual void OnUpdatedToken(const std::string& token) OVERRIDE;
|
| - virtual void OnClearServerDataFailed() OVERRIDE;
|
| - virtual void OnClearServerDataSucceeded() OVERRIDE;
|
| virtual void OnEncryptedTypesChanged(
|
| syncable::ModelTypeSet encrypted_types,
|
| bool encrypt_everything) OVERRIDE;
|
|
|