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..8e3540c8ee628e4d2d4e5e70b8aeec49badb1d13 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 kBlimpletCertPath[] = "blimplet-cert-path"; |
+ |
const char kBlimpletHost[] = "blimplet-host"; |
-// Specifies the blimplet port to connect to, e.g.: |
-// --blimplet-tcp-port=25467. |
const char kBlimpletTCPPort[] = "blimplet-tcp-port"; |
+const char kBlimpletSSLPort[] = "blimplet-ssl-port"; |
+ |
} // namespace switches |
} // namespace blimp |