| Index: blimp/client/core/switches/blimp_client_switches.h
|
| diff --git a/blimp/client/core/switches/blimp_client_switches.h b/blimp/client/core/switches/blimp_client_switches.h
|
| index 819de3376abdade6e090bcb18053d0fb8339c019..741ba1ee72ef1afb319a8b22c4eb69fee5a56087 100644
|
| --- a/blimp/client/core/switches/blimp_client_switches.h
|
| +++ b/blimp/client/core/switches/blimp_client_switches.h
|
| @@ -10,6 +10,9 @@
|
| namespace blimp {
|
| namespace switches {
|
|
|
| +// Enables blimp mode.
|
| +extern const char kEnableBlimp[];
|
| +
|
| // The path to the engine's PEM-encoded X509 certificate.
|
| // If specified, SSL connected Engines must supply this certificate
|
| // for the connection to be valid.
|
|
|