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

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

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.cc
diff --git a/blimp/client/core/blimp_client_switches.cc b/blimp/client/core/blimp_client_switches.cc
index aad3310e4b5d405cf0f84b4ca99fabf2757ac120..feb42c9afbae8b54544bb0a0b0e86f19df78330a 100644
--- a/blimp/client/core/blimp_client_switches.cc
+++ b/blimp/client/core/blimp_client_switches.cc
@@ -7,6 +7,8 @@
namespace blimp {
namespace switches {
+const char kEnableBlimp[] = "enable-blimp";
+
const char kEngineCertPath[] = "engine-cert-path";
// Specifies the engine's IP address. Must be used in conjunction with

Powered by Google App Engine
This is Rietveld 408576698