diff options
Diffstat (limited to 'chrome/browser/sync/notifier/server_notifier_thread.h')
-rw-r--r-- | chrome/browser/sync/notifier/server_notifier_thread.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/sync/notifier/server_notifier_thread.h b/chrome/browser/sync/notifier/server_notifier_thread.h index bcd85b0..4d66f42 100644 --- a/chrome/browser/sync/notifier/server_notifier_thread.h +++ b/chrome/browser/sync/notifier/server_notifier_thread.h @@ -58,9 +58,7 @@ class ServerNotifierThread virtual void OnInvalidateAll(); protected: - // Overridden to know what state we're in. - virtual void OnClientStateChangeMessage( - notifier::LoginConnectionState state); + virtual void OnDisconnect(); private: // Posted to the worker thread by ListenForUpdates(). @@ -79,7 +77,6 @@ class ServerNotifierThread // thread by Stop(). void StopInvalidationListener(); - notifier::LoginConnectionState state_; scoped_ptr<ChromeInvalidationClient> chrome_invalidation_client_; }; |