| Index: blimp/engine/app/switches.h
|
| diff --git a/blimp/engine/app/switches.h b/blimp/engine/app/switches.h
|
| index e4dce0f2290fbe3ae33651a8caa8496cdfe69d52..2d5926eace15ccd57a7eb3759ab7aef081beb26d 100644
|
| --- a/blimp/engine/app/switches.h
|
| +++ b/blimp/engine/app/switches.h
|
| @@ -17,6 +17,12 @@ extern const char kAllowNonLocalhost[];
|
| // Transport type: tcp, grpc. If empty, tcp is assumed by default.
|
| extern const char kEngineTransport[];
|
|
|
| +// Transport option for tcp.
|
| +extern const char kTcpTransport[];
|
| +
|
| +// Transport option for grpc.
|
| +extern const char kGrpcTransport[];
|
| +
|
| } // namespace engine
|
| } // namespace blimp
|
|
|
|
|