| 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 44ad24046d31fc399deece41097e4791995bb179..fb42e7688ee17819c4fab02adc4c3981e8b399e1 100644
|
| --- a/content/shell/browser/shell_browser_main_parts.h
|
| +++ b/content/shell/browser/shell_browser_main_parts.h
|
| @@ -23,10 +23,6 @@ class CrashDumpManager;
|
| }
|
| #endif
|
|
|
| -namespace devtools_http_handler {
|
| -class DevToolsHttpHandler;
|
| -}
|
| -
|
| namespace net {
|
| class NetLog;
|
| }
|
| @@ -50,10 +46,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();
|
| @@ -81,9 +73,6 @@ class ShellBrowserMainParts : public BrowserMainParts {
|
| const MainFunctionParams parameters_;
|
| bool run_message_loop_;
|
|
|
| - std::unique_ptr<devtools_http_handler::DevToolsHttpHandler>
|
| - devtools_http_handler_;
|
| -
|
| #if defined(OS_ANDROID)
|
| std::unique_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
|
| #endif
|
|
|