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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: 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
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
index 50b88cfcb1f5bf0ccb0ee43f655d54496568164f..9495c89fea4b778880b1f4d24a87c2f9f00b6435 100644
--- a/blimp/client/core/blimp_client_switches.h
+++ b/blimp/client/core/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_BLIMP_CLIENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698