| Index: chrome/browser/sync/engine/all_status.h
|
| diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/engine/all_status.h
|
| index 8b0299cd13c9db1dc82df87208cc901d06d9a653..bfc9fd18750f19ed049c6eab345dfe92ff321e12 100644
|
| --- a/chrome/browser/sync/engine/all_status.h
|
| +++ b/chrome/browser/sync/engine/all_status.h
|
| @@ -21,7 +21,6 @@
|
| namespace browser_sync {
|
|
|
| class ScopedStatusLock;
|
| -struct AuthWatcherEvent;
|
| struct ServerConnectionEvent;
|
|
|
| // TODO(rlarocque):
|
| @@ -43,8 +42,6 @@ class AllStatus : public SyncEngineEventListener {
|
|
|
| void HandleServerConnectionEvent(const ServerConnectionEvent& event);
|
|
|
| - void HandleAuthWatcherEvent(const AuthWatcherEvent& event);
|
| -
|
| virtual void OnSyncEngineEvent(const SyncEngineEvent& event) OVERRIDE;
|
|
|
| sync_api::SyncManager::Status status() const;
|
|
|