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

Unified Diff: blimp/engine/app/switches.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/engine/app/switches.h
diff --git a/blimp/engine/app/switches.h b/blimp/engine/app/switches.h
index e4dce0f2290fbe3ae33651a8caa8496cdfe69d52..2d5926eace15ccd57a7eb3759ab7aef081beb26d 100644
--- a/blimp/engine/app/switches.h
+++ b/blimp/engine/app/switches.h
@@ -17,6 +17,12 @@ extern const char kAllowNonLocalhost[];
// Transport type: tcp, grpc. If empty, tcp is assumed by default.
extern const char kEngineTransport[];
+// Transport option for tcp.
+extern const char kTcpTransport[];
+
+// Transport option for grpc.
+extern const char kGrpcTransport[];
+
} // namespace engine
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698