Chromium Code Reviews| Index: blimp/engine/app/switches.cc |
| diff --git a/blimp/engine/app/switches.cc b/blimp/engine/app/switches.cc |
| index aabcc06d43401c4145e63d09282b6b342f0d80ea..9e62baea71a8a2c733b0ebd9d3eeddfe0eafe580 100644 |
| --- a/blimp/engine/app/switches.cc |
| +++ b/blimp/engine/app/switches.cc |
| @@ -9,6 +9,7 @@ namespace engine { |
| const char kEnginePort[] = "engine-port"; |
| const char kAllowNonLocalhost[] = "allow-non-localhost"; |
| +const char kEngineTransport[] = "engine-transport"; |
|
scf
2016/11/10 21:59:09
this is the transport for both client and engine r
|
| } // namespace engine |
| } // namespace blimp |