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

Unified Diff: extensions/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 | « extensions/shell/browser/DEPS ('k') | extensions/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: extensions/shell/browser/shell_browser_main_parts.h
diff --git a/extensions/shell/browser/shell_browser_main_parts.h b/extensions/shell/browser/shell_browser_main_parts.h
index e52abc4a252e0daa71a8fd0065d6d7c1e5701475..f9e1adbada9ecb1054f41f3187132b99f3c61b9a 100644
--- a/extensions/shell/browser/shell_browser_main_parts.h
+++ b/extensions/shell/browser/shell_browser_main_parts.h
@@ -22,10 +22,6 @@ class BrowserContext;
struct MainFunctionParams;
}
-namespace devtools_http_handler {
-class DevToolsHttpHandler;
-}
-
namespace views {
class Widget;
}
@@ -93,8 +89,6 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
std::unique_ptr<AppWindowClient> app_window_client_;
std::unique_ptr<ExtensionsClient> extensions_client_;
std::unique_ptr<ExtensionsBrowserClient> extensions_browser_client_;
- std::unique_ptr<devtools_http_handler::DevToolsHttpHandler>
- devtools_http_handler_;
std::unique_ptr<ShellUpdateQueryParamsDelegate> update_query_params_delegate_;
std::unique_ptr<ShellOAuth2TokenService> oauth2_token_service_;
« no previous file with comments | « extensions/shell/browser/DEPS ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698