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

Unified Diff: remoting/protocol/jingle_session_manager.h

Issue 10160012: Pass TransportConfig to TransportFactory instead of Transport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: remoting/protocol/jingle_session_manager.h
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
index a44132bc54b38d4c49d9ee03aa89a4b05e64b501..8694f623a5598af4868c445266feb6613b63fab4 100644
--- a/remoting/protocol/jingle_session_manager.h
+++ b/remoting/protocol/jingle_session_manager.h
@@ -14,8 +14,6 @@
#include "remoting/jingle_glue/signal_strategy.h"
#include "remoting/protocol/jingle_messages.h"
#include "remoting/protocol/session_manager.h"
-#include "remoting/protocol/transport.h"
-#include "remoting/protocol/transport_config.h"
namespace pp {
class Instance;
@@ -37,6 +35,7 @@ class JingleInfoRequest;
namespace protocol {
class JingleSession;
+class TransportFactory;
// JingleSessionManager and JingleSession implement the subset of the
// Jingle protocol used in Chromoting. JingleSessionManager provides
@@ -102,8 +101,6 @@ class JingleSessionManager : public SessionManager,
bool ready_;
- TransportConfig transport_config_;
-
scoped_ptr<JingleInfoRequest> jingle_info_request_;
SessionsMap sessions_;

Powered by Google App Engine
This is Rietveld 408576698