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

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

Issue 2439403003: Refactor BlimpConnection to TCPConnection (Closed)
Patch Set: Added missing Engine Transport Created 4 years, 2 months 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 aabcc06d43401c4145e63d09282b6b342f0d80ea..9e62baea71a8a2c733b0ebd9d3eeddfe0eafe580 100644
--- a/blimp/engine/app/switches.cc
+++ b/blimp/engine/app/switches.cc
@@ -9,6 +9,7 @@ namespace engine {
const char kEnginePort[] = "engine-port";
const char kAllowNonLocalhost[] = "allow-non-localhost";
+const char kEngineTransport[] = "engine-transport";
scf 2016/11/10 21:59:09 this is the transport for both client and engine r
} // namespace engine
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698