Index: content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
diff --git a/content/shell/browser/shell_resource_dispatcher_host_delegate.cc b/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
index 8c901a67831a10a0b40c1e9044665a89d3ddf9e7..df27c8fb8d5db6d8302ebb9b538591e6243465d1 100644 |
--- a/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
+++ b/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
@@ -19,9 +19,6 @@ ShellResourceDispatcherHostDelegate::~ShellResourceDispatcherHostDelegate() { |
ResourceDispatcherHostLoginDelegate* |
ShellResourceDispatcherHostDelegate::CreateLoginDelegate( |
net::AuthChallengeInfo* auth_info, net::URLRequest* request) { |
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) |
- return NULL; |
- |
if (!login_request_callback_.is_null()) { |
login_request_callback_.Run(); |
login_request_callback_.Reset(); |