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

Unified Diff: blimp/net/blimp_engine_transport.h

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Address gcasto 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
« no previous file with comments | « blimp/net/BUILD.gn ('k') | blimp/net/engine_connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blimp_engine_transport.h
diff --git a/blimp/net/blimp_engine_transport.h b/blimp/net/blimp_engine_transport.h
index 26747d9fd73f8576e7744dc8bdec106ef24c0757..59b96f547e60d7a1583378c7e9a94e817a05546a 100644
--- a/blimp/net/blimp_engine_transport.h
+++ b/blimp/net/blimp_engine_transport.h
@@ -8,6 +8,7 @@
#include <memory>
#include <string>
+#include "blimp/common/public/session/assignment_options.h"
#include "blimp/net/blimp_transport.h"
#include "net/base/ip_endpoint.h"
@@ -19,7 +20,8 @@ class BlimpEngineTransport : public BlimpTransport {
~BlimpEngineTransport() override {}
// Obtains the local listening address.
- virtual void GetLocalAddress(net::IPEndPoint* ip_address) const = 0;
+ virtual void GetAssignmentOptions(
+ AssignmentOptions* assignment_options) const = 0;
};
} // namespace blimp
« no previous file with comments | « blimp/net/BUILD.gn ('k') | blimp/net/engine_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698