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

Unified Diff: blimp/client/app/blimp_client_switches.cc

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reland (safe_json issue fixed). Created 4 years, 10 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
« no previous file with comments | « blimp/client/app/blimp_client_switches.h ('k') | blimp/client/session/assignment_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/blimp_client_switches.cc
diff --git a/blimp/client/app/blimp_client_switches.cc b/blimp/client/app/blimp_client_switches.cc
index cfcf2a00dc0e939cb77e7048d493251c59de5ca0..da7dcdaf90c3d1672fecc614a0a3381a2c00f144 100644
--- a/blimp/client/app/blimp_client_switches.cc
+++ b/blimp/client/app/blimp_client_switches.cc
@@ -7,11 +7,13 @@
namespace blimp {
namespace switches {
-// Specifies the blimplet scheme, IP-address and port to connect to, e.g.:
-// --blimplet-host="tcp:127.0.0.1:25467". Valid schemes are "ssl",
-// "tcp", and "quic".
-// TODO(nyquist): Add support for DNS-lookup. See http://crbug.com/576857.
-const char kBlimpletEndpoint[] = "blimplet-endpoint";
+const char kEngineCertPath[] = "engine-cert-path";
+
+const char kEngineIP[] = "engine-ip";
+
+const char kEnginePort[] = "engine-port";
+
+const char kEngineTransport[] = "engine-transport";
} // namespace switches
} // namespace blimp
« no previous file with comments | « blimp/client/app/blimp_client_switches.h ('k') | blimp/client/session/assignment_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698