Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: jingle/notifier/listener/mediator_thread_impl.h

Issue 3298021: Removed use of XmppSocketAdapter by sync. (Closed)
Patch Set: Fixed checkdeps problem Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/notifier/listener/mediator_thread_impl.h
diff --git a/jingle/notifier/listener/mediator_thread_impl.h b/jingle/notifier/listener/mediator_thread_impl.h
index 755731e55cfbc5446613a92c7127d090e6bf7d48..342079f53715a9f1f8f23ea028dc222691a3fdc6 100644
--- a/jingle/notifier/listener/mediator_thread_impl.h
+++ b/jingle/notifier/listener/mediator_thread_impl.h
@@ -93,10 +93,6 @@ class MediatorThreadImpl
MessageLoop* parent_message_loop_;
private:
- void StartLibjingleThread();
- void PumpLibjingleLoop();
- void StopLibjingleThread();
-
// Called from within the thread on internal events.
void DoLogin(const buzz::XmppClientSettings& settings);
void DoDisconnect();
@@ -137,10 +133,6 @@ class MediatorThreadImpl
scoped_ptr<notifier::TaskPump> pump_;
scoped_ptr<notifier::Login> login_;
- // Used only when |use_chrome_async_socket_| is false.
- scoped_ptr<talk_base::SocketServer> socket_server_;
- scoped_ptr<talk_base::Thread> libjingle_thread_;
-
DISALLOW_COPY_AND_ASSIGN(MediatorThreadImpl);
};

Powered by Google App Engine
This is Rietveld 408576698