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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: nits and sync to head 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
« no previous file with comments | « blimp/client/core/switches/blimp_client_switches.h ('k') | blimp/client/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/switches/blimp_client_switches.cc
diff --git a/blimp/client/core/switches/blimp_client_switches.cc b/blimp/client/core/switches/blimp_client_switches.cc
index d0973899ca7906213ede54dc29dce42a2e81bd53..e5920bcda348ca715a381ce6f2af92fb0374e538 100644
--- a/blimp/client/core/switches/blimp_client_switches.cc
+++ b/blimp/client/core/switches/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
« no previous file with comments | « blimp/client/core/switches/blimp_client_switches.h ('k') | blimp/client/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698