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

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

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: merged origin/master Created 4 years, 3 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
« no previous file with comments | « blimp/client/core/blimp_client_context_impl_unittest.cc ('k') | blimp/client/core/blimp_client_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/blimp_client_switches.h
diff --git a/blimp/client/core/blimp_client_switches.h b/blimp/client/core/blimp_client_switches.h
deleted file mode 100644
index 50b88cfcb1f5bf0ccb0ee43f655d54496568164f..0000000000000000000000000000000000000000
--- a/blimp/client/core/blimp_client_switches.h
+++ /dev/null
@@ -1,39 +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_BLIMP_CLIENT_SWITCHES_H_
-#define BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
-
-namespace blimp {
-namespace switches {
-
-// 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_BLIMP_CLIENT_SWITCHES_H_
« no previous file with comments | « blimp/client/core/blimp_client_context_impl_unittest.cc ('k') | blimp/client/core/blimp_client_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698