summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier/server_notifier_thread.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 20:40:07 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 20:40:07 +0000
commitce8ecfa68eb910eb86873c564fc83bd6d4d210be (patch)
treee2a5c6a7cd324976a370da85eeffbee4de150bac /chrome/browser/sync/notifier/server_notifier_thread.h
parent77f037650c26466d95ed6b138adff38873f0f7d9 (diff)
downloadchromium_src-ce8ecfa68eb910eb86873c564fc83bd6d4d210be.zip
chromium_src-ce8ecfa68eb910eb86873c564fc83bd6d4d210be.tar.gz
chromium_src-ce8ecfa68eb910eb86873c564fc83bd6d4d210be.tar.bz2
Added switch to use ChromeAsyncSocket for sync.
BUG=45612 TEST=manual Review URL: http://codereview.chromium.org/2819049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/notifier/server_notifier_thread.h')
-rw-r--r--chrome/browser/sync/notifier/server_notifier_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/notifier/server_notifier_thread.h b/chrome/browser/sync/notifier/server_notifier_thread.h
index 2f5ca1d..4b5ec20 100644
--- a/chrome/browser/sync/notifier/server_notifier_thread.h
+++ b/chrome/browser/sync/notifier/server_notifier_thread.h
@@ -26,7 +26,7 @@ class ServerNotifierThread
: public notifier::MediatorThreadImpl,
public ChromeInvalidationClient::Listener {
public:
- ServerNotifierThread();
+ explicit ServerNotifierThread(bool use_chrome_async_socket);
virtual ~ServerNotifierThread();