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

Unified Diff: content/shell/browser/shell_browser_main_parts.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 | « content/shell/DEPS ('k') | content/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_browser_main_parts.h
diff --git a/content/shell/browser/shell_browser_main_parts.h b/content/shell/browser/shell_browser_main_parts.h
index a11e961d7ff03f449c97a2d3e193056c81a63472..e245404a09471fbd8bef69a16c53abe158b62e38 100644
--- a/content/shell/browser/shell_browser_main_parts.h
+++ b/content/shell/browser/shell_browser_main_parts.h
@@ -19,14 +19,6 @@ class CrashDumpManager;
}
#endif
-namespace base {
-class Thread;
-}
-
-namespace devtools_http_handler {
-class DevToolsHttpHandler;
-}
-
namespace net {
class NetLog;
}
@@ -50,10 +42,6 @@ class ShellBrowserMainParts : public BrowserMainParts {
void PostMainMessageLoopRun() override;
void PostDestroyThreads() override;
- devtools_http_handler::DevToolsHttpHandler* devtools_http_handler() {
- return devtools_http_handler_.get();
- }
-
ShellBrowserContext* browser_context() { return browser_context_.get(); }
ShellBrowserContext* off_the_record_browser_context() {
return off_the_record_browser_context_.get();
@@ -84,9 +72,6 @@ class ShellBrowserMainParts : public BrowserMainParts {
const MainFunctionParams parameters_;
bool run_message_loop_;
- std::unique_ptr<devtools_http_handler::DevToolsHttpHandler>
- devtools_http_handler_;
-
DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
};
« no previous file with comments | « content/shell/DEPS ('k') | content/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698