diff options
Diffstat (limited to 'chrome/browser/sync/notifier/server_notifier_thread.h')
-rw-r--r-- | chrome/browser/sync/notifier/server_notifier_thread.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/sync/notifier/server_notifier_thread.h b/chrome/browser/sync/notifier/server_notifier_thread.h index bcd85b0..9247bd4 100644 --- a/chrome/browser/sync/notifier/server_notifier_thread.h +++ b/chrome/browser/sync/notifier/server_notifier_thread.h @@ -21,18 +21,13 @@ #include "chrome/browser/sync/syncable/model_type.h" #include "jingle/notifier/listener/mediator_thread_impl.h" -namespace notifier { -struct NotifierOptions; -} - namespace sync_notifier { class ServerNotifierThread : public notifier::MediatorThreadImpl, public ChromeInvalidationClient::Listener { public: - explicit ServerNotifierThread( - const notifier::NotifierOptions& notifier_options); + ServerNotifierThread(bool use_chrome_async_socket, bool try_ssltcp_first); virtual ~ServerNotifierThread(); |