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

Unified Diff: headless/lib/browser/headless_devtools.h

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! 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
« no previous file with comments | « headless/lib/browser/headless_browser_main_parts.cc ('k') | headless/lib/browser/headless_devtools.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_devtools.h
diff --git a/headless/lib/browser/headless_devtools.h b/headless/lib/browser/headless_devtools.h
index cf6b9c421abf34e45f729683def0ac8ee99ebc28..eccdd088806253945097ec31ec001f7fd78b7f94 100644
--- a/headless/lib/browser/headless_devtools.h
+++ b/headless/lib/browser/headless_devtools.h
@@ -9,16 +9,12 @@
#include "headless/public/headless_browser.h"
-namespace devtools_http_handler {
-class DevToolsHttpHandler;
-}
-
namespace headless {
// Starts a DevTools HTTP handler on the loopback interface on the port
// configured by HeadlessBrowser::Options.
-std::unique_ptr<devtools_http_handler::DevToolsHttpHandler>
-CreateLocalDevToolsHttpHandler(HeadlessBrowser::Options* options);
+void StartLocalDevToolsHttpHandler(HeadlessBrowser::Options* options);
+void StopLocalDevToolsHttpHandler();
} // namespace headless
« no previous file with comments | « headless/lib/browser/headless_browser_main_parts.cc ('k') | headless/lib/browser/headless_devtools.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698