summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_main_parts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_browser_main_parts.cc')
-rw-r--r--content/shell/shell_browser_main_parts.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc
index ac5471f..02ca51e 100644
--- a/content/shell/shell_browser_main_parts.cc
+++ b/content/shell/shell_browser_main_parts.cc
@@ -79,13 +79,8 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
Shell::PlatformInitialize();
net::NetModule::SetResourceProvider(Shell::PlatformResourceProvider);
-#if defined(OS_ANDROID)
- devtools_delegate_ = new ShellDevToolsDelegate(
- browser_context_->GetRequestContext());
-#else
devtools_delegate_ = new ShellDevToolsDelegate(
browser_context_->GetRequestContext());
-#endif
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
Shell::CreateNewWindow(browser_context_.get(),