| Index: components/ui_devtools/devtools_server.h
|
| diff --git a/components/ui_devtools/devtools_server.h b/components/ui_devtools/devtools_server.h
|
| index f5bce624581bee3d70ca1341960393aa7a06398a..ff395b95df1f543631bec02bcfe3f62f6252ef8b 100644
|
| --- a/components/ui_devtools/devtools_server.h
|
| +++ b/components/ui_devtools/devtools_server.h
|
| @@ -43,6 +43,7 @@ class UI_DEVTOOLS_EXPORT UiDevToolsServer
|
|
|
| void Start(const std::string& address_string, uint16_t port);
|
| void StartServer(const std::string& address_string, uint16_t port);
|
| + void StopServer();
|
|
|
| // HttpServer::Delegate
|
| void OnConnect(int connection_id) override;
|
|
|