| 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 da7dcdaf90c3d1672fecc614a0a3381a2c00f144..cfcf2a00dc0e939cb77e7048d493251c59de5ca0 100644
|
| --- a/blimp/client/app/blimp_client_switches.cc
|
| +++ b/blimp/client/app/blimp_client_switches.cc
|
| @@ -7,13 +7,11 @@
|
| namespace blimp {
|
| namespace switches {
|
|
|
| -const char kEngineCertPath[] = "engine-cert-path";
|
| -
|
| -const char kEngineIP[] = "engine-ip";
|
| -
|
| -const char kEnginePort[] = "engine-port";
|
| -
|
| -const char kEngineTransport[] = "engine-transport";
|
| +// 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";
|
|
|
| } // namespace switches
|
| } // namespace blimp
|
|
|