diff options
Diffstat (limited to 'chrome/browser/sync/notifier/server_notifier_thread.h')
-rw-r--r-- | chrome/browser/sync/notifier/server_notifier_thread.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/sync/notifier/server_notifier_thread.h b/chrome/browser/sync/notifier/server_notifier_thread.h index 76ec4f1..55b60fe 100644 --- a/chrome/browser/sync/notifier/server_notifier_thread.h +++ b/chrome/browser/sync/notifier/server_notifier_thread.h @@ -65,18 +65,14 @@ class ServerNotifierThread // StateWriter implementation. virtual void WriteState(const std::string& state); - protected: - virtual void OnDisconnect(); - private: // Posted to the worker thread by ListenForUpdates(). - void StartInvalidationListener(); + void DoListenForUpdates(); // Posted to the worker thread by SubscribeForUpdates(). void RegisterTypesAndSignalSubscribed(); - // Called by StartInvalidationListener() and posted to the worker - // thread by Stop(). + // Posted to the worker thread by Logout(). void StopInvalidationListener(); std::string state_; |