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

Unified Diff: blimp/engine/app/switches.cc

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/engine/app/switches.cc
diff --git a/blimp/engine/app/switches.cc b/blimp/engine/app/switches.cc
index 9e62baea71a8a2c733b0ebd9d3eeddfe0eafe580..20e56bdd31f20ab3009da41119b67e5b59aaa9c4 100644
--- a/blimp/engine/app/switches.cc
+++ b/blimp/engine/app/switches.cc
@@ -9,7 +9,11 @@ namespace engine {
const char kEnginePort[] = "engine-port";
const char kAllowNonLocalhost[] = "allow-non-localhost";
+
+// Transport-specific options.
const char kEngineTransport[] = "engine-transport";
+const char kTcpTransport[] = "tcp";
+const char kGrpcTransport[] = "grpc";
} // namespace engine
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698