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

Unified Diff: content/shell/browser/shell_devtools_manager_delegate.h

Issue 2320003002: DevTools: reuse ephemeral port from http handler in the shell front-end. (Closed)
Patch Set: includes removed Created 4 years, 3 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: content/shell/browser/shell_devtools_manager_delegate.h
diff --git a/content/shell/browser/shell_devtools_manager_delegate.h b/content/shell/browser/shell_devtools_manager_delegate.h
index 38751b16a2b97712d8daff7b545998563378a4eb..f5e96e3896a63fb48461f7dd056b117568475830 100644
--- a/content/shell/browser/shell_devtools_manager_delegate.h
+++ b/content/shell/browser/shell_devtools_manager_delegate.h
@@ -17,6 +17,7 @@ class ShellDevToolsManagerDelegate : public DevToolsManagerDelegate {
public:
static void StartHttpHandler(BrowserContext* browser_context);
static void StopHttpHandler();
+ static int GetHttpHandlerPort();
explicit ShellDevToolsManagerDelegate(BrowserContext* browser_context);
~ShellDevToolsManagerDelegate() override;
« no previous file with comments | « content/shell/browser/shell_devtools_frontend.cc ('k') | content/shell/browser/shell_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698