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

Unified Diff: headless/app/headless_shell_switches.h

Issue 1920773003: headless: Make it possible to override the DevTools server address (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stricter hostname validation Created 4 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
« no previous file with comments | « headless/app/headless_shell.cc ('k') | headless/app/headless_shell_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell_switches.h
diff --git a/headless/app/headless_shell_switches.h b/headless/app/headless_shell_switches.h
index dbca97c9d3b1ecfcc8178540442253569e5854f7..40f2b7e8190e5005c66f5196ecfe08ebae0c99f4 100644
--- a/headless/app/headless_shell_switches.h
+++ b/headless/app/headless_shell_switches.h
@@ -8,6 +8,7 @@
namespace headless {
namespace switches {
extern const char kProxyServer[];
+extern const char kRemoteDebuggingAddress[];
} // namespace switches
} // namespace headless
« no previous file with comments | « headless/app/headless_shell.cc ('k') | headless/app/headless_shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698