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; |