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

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: 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') | blimp/engine/app/switches.cc » ('J')
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..3361cb9423cc77e720be6d12bbd49e6786d64588 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[];
+// Boolean indicating whether or not to listen outside of localhost.
Wez 2016/08/30 21:42:00 nit: Suggest something like "Flag enabling access
+extern const char kEngineListenOutside[];
+
} // namespace engine
} // namespace blimp
« no previous file with comments | « no previous file | blimp/engine/app/switches.cc » ('j') | blimp/engine/app/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698