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

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

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.h
diff --git a/blimp/engine/app/switches.h b/blimp/engine/app/switches.h
index 6fb4930d0655a991eaa1f339df430a06ef5bb3c7..e4dce0f2290fbe3ae33651a8caa8496cdfe69d52 100644
--- a/blimp/engine/app/switches.h
+++ b/blimp/engine/app/switches.h
@@ -14,6 +14,9 @@ extern const char kEnginePort[];
// Flag enabling access by clients from non-localhost IP addresses.
extern const char kAllowNonLocalhost[];
+// Transport type: tcp, grpc. If empty, tcp is assumed by default.
+extern const char kEngineTransport[];
+
} // namespace engine
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698