diff options
Diffstat (limited to 'content/child/resource_dispatcher_unittest.cc')
-rw-r--r-- | content/child/resource_dispatcher_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc index a5b0880..76627ad 100644 --- a/content/child/resource_dispatcher_unittest.cc +++ b/content/child/resource_dispatcher_unittest.cc @@ -177,7 +177,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender { blink::WebString(), false, true, 0, GURL(), false, -1, true, - PAGE_TRANSITION_LINK, -1, -1); + PAGE_TRANSITION_LINK, false, -1, -1); request_info.extra_data = &extra_data; return dispatcher_->CreateBridge(request_info); |