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

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

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 | « no previous file | blimp/engine/app/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/switches.h
diff --git a/blimp/engine/app/switches.h b/blimp/engine/app/switches.h
index b7c807fd9bbbb6c1ae0805b16140064d39139470..6fb4930d0655a991eaa1f339df430a06ef5bb3c7 100644
--- a/blimp/engine/app/switches.h
+++ b/blimp/engine/app/switches.h
@@ -11,6 +11,9 @@ namespace engine {
// The port to listen to for incoming TCP connections.
extern const char kEnginePort[];
+// Flag enabling access by clients from non-localhost IP addresses.
+extern const char kAllowNonLocalhost[];
+
} // namespace engine
} // namespace blimp
« no previous file with comments | « no previous file | blimp/engine/app/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698