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

Unified Diff: remoting/host/session_manager_factory.h

Issue 98173006: Fix LibjingleTransportFactory to refresh STUN/Relay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/host/session_manager_factory.h
diff --git a/remoting/host/session_manager_factory.h b/remoting/host/session_manager_factory.h
index 2c0a1b6f8bb8186c17c9610fb8646543e507c45c..ce2a53d416df7d0e5b5f4f31ac18679fb774f052 100644
--- a/remoting/host/session_manager_factory.h
+++ b/remoting/host/session_manager_factory.h
@@ -15,12 +15,14 @@ class URLRequestContextGetter;
namespace remoting {
struct NetworkSettings;
+class SignalStrategy;
namespace protocol {
- class SessionManager;
+class SessionManager;
} // namespace protocol
scoped_ptr<protocol::SessionManager> CreateHostSessionManager(
+ SignalStrategy* signal_strategy,
const NetworkSettings& network_settings,
const scoped_refptr<net::URLRequestContextGetter>&
url_request_context_getter);

Powered by Google App Engine
This is Rietveld 408576698