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

Unified Diff: components/ui_devtools/devtools_server.h

Issue 2928603002: Create and remove |UiDevToolsServer::server_| in the same thread. (Closed)
Patch Set: . Created 3 years, 6 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 | « no previous file | components/ui_devtools/devtools_server.cc » ('j') | components/ui_devtools/devtools_server.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | components/ui_devtools/devtools_server.cc » ('j') | components/ui_devtools/devtools_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698