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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: Remove OnRecordWholeDocumentChanged from SettingsObserver and SettingsFeature Created 4 years, 2 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
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_

Powered by Google App Engine
This is Rietveld 408576698