Index: content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
=================================================================== |
--- content/browser/renderer_host/resource_dispatcher_host_unittest.cc (revision 117096) |
+++ content/browser/renderer_host/resource_dispatcher_host_unittest.cc (working copy) |
@@ -174,8 +174,7 @@ |
content::PROCESS_TYPE_RENDERER, |
content::MockResourceContext::GetInstance(), |
new MockURLRequestContextSelector( |
- content::MockResourceContext::GetInstance()->request_context()), |
- NULL), |
+ content::MockResourceContext::GetInstance()->request_context())), |
dest_(dest) { |
OnChannelConnected(base::GetCurrentProcId()); |
} |
@@ -277,7 +276,6 @@ |
: ui_thread_(BrowserThread::UI, &message_loop_), |
io_thread_(BrowserThread::IO, &message_loop_), |
ALLOW_THIS_IN_INITIALIZER_LIST(filter_(new ForwardingFilter(this))), |
- host_(ResourceQueue::DelegateSet()), |
old_factory_(NULL), |
resource_type_(ResourceType::SUB_RESOURCE) { |
} |