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

Unified Diff: headless/app/headless_shell_switches.h

Issue 2810353003: Adds a command-line flag indicating an open and listening socket to (Closed)
Patch Set: Updated upstream dependency Created 3 years, 8 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: headless/app/headless_shell_switches.h
diff --git a/headless/app/headless_shell_switches.h b/headless/app/headless_shell_switches.h
index 929fda626ac5db9586a13f8f6c9f2a75e1fa572c..55137b868c2241c3cb620fde4b758870c1cbb3bf 100644
--- a/headless/app/headless_shell_switches.h
+++ b/headless/app/headless_shell_switches.h
@@ -15,6 +15,7 @@ extern const char kDumpDom[];
extern const char kHideScrollbars[];
extern const char kProxyServer[];
extern const char kRemoteDebuggingAddress[];
+extern const char kRemoteDebuggingSocketFd[];
extern const char kRepl[];
extern const char kScreenshot[];
extern const char kTimeout[];

Powered by Google App Engine
This is Rietveld 408576698