summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier/server_notifier_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/notifier/server_notifier_thread.h')
-rw-r--r--chrome/browser/sync/notifier/server_notifier_thread.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/sync/notifier/server_notifier_thread.h b/chrome/browser/sync/notifier/server_notifier_thread.h
index 9247bd4..bcd85b0 100644
--- a/chrome/browser/sync/notifier/server_notifier_thread.h
+++ b/chrome/browser/sync/notifier/server_notifier_thread.h
@@ -21,13 +21,18 @@
#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:
- ServerNotifierThread(bool use_chrome_async_socket, bool try_ssltcp_first);
+ explicit ServerNotifierThread(
+ const notifier::NotifierOptions& notifier_options);
virtual ~ServerNotifierThread();