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

Unified Diff: blimp/net/engine_connection_manager.h

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Fixed a few minor comments Created 4 years, 1 month 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: blimp/net/engine_connection_manager.h
diff --git a/blimp/net/engine_connection_manager.h b/blimp/net/engine_connection_manager.h
index c75fbca7c68d84d8b7bbd433bbd90313fe3cf83f..75fba7e14a8b8554a9bd39d78bde1266b2a86028 100644
--- a/blimp/net/engine_connection_manager.h
+++ b/blimp/net/engine_connection_manager.h
@@ -17,6 +17,7 @@
namespace blimp {
+struct AssignmentOptions;
class BlimpConnection;
class BlimpTransport;
class BlimpEngineTransport;
@@ -39,7 +40,7 @@ class BLIMP_NET_EXPORT EngineConnectionManager {
// Adds a transport and accepts new BlimpConnections from it as fast as they
// arrive. The |ip_endpoint| will receive the actual port-number if the
// provided one is not available for listening.
- void ConnectTransport(net::IPEndPoint* ip_endpoint,
+ void ConnectTransport(AssignmentOptions* assignment_options,
EngineTransportType transport_type);
private:

Powered by Google App Engine
This is Rietveld 408576698