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

Unified Diff: blimp/net/blimp_engine_transport.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/blimp_engine_transport.h
diff --git a/blimp/net/blimp_engine_transport.h b/blimp/net/blimp_engine_transport.h
index 26747d9fd73f8576e7744dc8bdec106ef24c0757..35954e399c8336d52d0c40812dfa2fab29f624ef 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/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

Powered by Google App Engine
This is Rietveld 408576698