Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: blimp/client/core/switches/blimp_client_switches.h

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698