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

Unified Diff: blimp/client/public/session/assignment.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/client/public/session/assignment.h
diff --git a/blimp/client/public/session/assignment.h b/blimp/client/public/session/assignment.h
index 84395eb7bcc1915612baf19fb41e47e3fc119ec8..88fffb83be51c8d6c677fd17ca8cd3861a4eca42 100644
--- a/blimp/client/public/session/assignment.h
+++ b/blimp/client/public/session/assignment.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/memory/ref_counted.h"
-#include "net/base/ip_endpoint.h"
+#include "blimp/common/assignment_options.h"
namespace net {
class X509Certificate;
@@ -55,8 +55,8 @@ struct Assignment {
// Specifies the transport to use to connect to the engine.
TransportProtocol transport_protocol;
- // Specifies the IP address and port on which to reach the engine.
- net::IPEndPoint engine_endpoint;
+ // Specifies the transport-specific options to connect to an Engine.
+ AssignmentOptions assignment_options;
// Used to authenticate to the specified engine.
std::string client_auth_token;

Powered by Google App Engine
This is Rietveld 408576698