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 |
deleted file mode 100644 |
index 4a0658f16307d610bf48b5cf5d3320c8a59846e7..0000000000000000000000000000000000000000 |
--- a/blimp/client/core/switches/blimp_client_switches.h |
+++ /dev/null |
@@ -1,42 +0,0 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// Defines all the command-line switches used by //blimp/client/core. |
- |
-#ifndef BLIMP_CLIENT_CORE_SWITCHES_BLIMP_CLIENT_SWITCHES_H_ |
-#define BLIMP_CLIENT_CORE_SWITCHES_BLIMP_CLIENT_SWITCHES_H_ |
- |
-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. |
-// e.g.: |
-// --engine-cert-path=/home/blimp/certs/cert.pem |
-extern const char kEngineCertPath[]; |
- |
-// Specifies the engine's IP address. Must be used in conjunction with |
-// --engine-port and --engine-transport. |
-extern const char kEngineIP[]; |
- |
-// Specifies the engine's listening port (1-65535). |
-// Must be used in conjunction with --engine-ip and --engine-transport. |
-extern const char kEnginePort[]; |
- |
-// Specifies the transport used to communicate with the engine. |
-// Can be "tcp" or "ssl". |
-// Must be used in conjunction with --engine-ip and --engine-port. |
-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_ |