Index: content/shell/shell_browser_main_parts.cc |
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc |
index ac5471f768d7a213ea00a6d8bfc742e30642c49c..02ca51e5080b619314f0cdd56d503630bb26588a 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(), |