| 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 9100628b76b486d41af5eaac9efebfbaed609d3c..177019211b3c73494a1afe365ec35fa8c19af0b9 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.
|
| @@ -32,8 +35,8 @@ extern const char kEngineTransport[];
|
|
|
| // Enables downloading the complete page from the engine.
|
| extern const char kDownloadWholeDocument[];
|
| -
|
| } // namespace switches
|
| +
|
| } // namespace blimp
|
|
|
| #endif // BLIMP_CLIENT_CORE_SWITCHES_BLIMP_CLIENT_SWITCHES_H_
|
|
|