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

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: Address review comments 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
« no previous file with comments | « blimp/engine/app/switches.h ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/switches.cc
diff --git a/blimp/engine/app/switches.cc b/blimp/engine/app/switches.cc
index 0cfe19d9ace45eacd3259febe89c82c746ac26b8..aabcc06d43401c4145e63d09282b6b342f0d80ea 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 kAllowNonLocalhost[] = "allow-non-localhost";
} // namespace engine
} // namespace blimp
« no previous file with comments | « blimp/engine/app/switches.h ('k') | blimp/engine/session/blimp_engine_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698