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 445ebe995d64145911bb4e1e1b207969ec203c50..923590847e9cfaab7b69774ee8d3a63a1147eaa6 100644 |
--- a/blimp/client/app/blimp_client_switches.cc |
+++ b/blimp/client/app/blimp_client_switches.cc |
@@ -7,14 +7,13 @@ |
namespace blimp { |
namespace switches { |
-// Specifies the blimplet IP-address to connect to, e.g.: |
-// --blimplet-host="127.0.0.1". |
-// TODO(nyquist): Add support for DNS-lookup. See http://crbug.com/576857. |
-const char kBlimpletHost[] = "blimplet-host"; |
+const char kEngineCertPath[] = "engine-cert-path"; |
-// Specifies the blimplet port to connect to, e.g.: |
-// --blimplet-tcp-port=25467. |
-const char kBlimpletTCPPort[] = "blimplet-tcp-port"; |
+const char kEngineHost[] = "engine-host"; |
+ |
+const char kEngineTCPPort[] = "engine-tcp-port"; |
+ |
+const char kEngineSSLPort[] = "engine-ssl-port"; |
} // namespace switches |
} // namespace blimp |