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

Unified Diff: blimp/engine/app/switches.cc

Issue 2292563003: Add command line flag to allow testing clients not connected to localhost. Otherwise, restrict conn… (Closed)
Patch Set: Created 4 years, 4 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/engine/app/switches.cc
diff --git a/blimp/engine/app/switches.cc b/blimp/engine/app/switches.cc
index 0cfe19d9ace45eacd3259febe89c82c746ac26b8..0803e06249e7b0642083c7aa16e176e261620f41 100644
--- a/blimp/engine/app/switches.cc
+++ b/blimp/engine/app/switches.cc
@@ -8,6 +8,7 @@ namespace blimp {
namespace engine {
const char kEnginePort[] = "engine-port";
+const char kEngineListenOutside[] = "listen-outside";
Wez 2016/08/30 21:42:00 Suggest renaming this to something like "allow-non
} // namespace engine
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698