| Index: content/common/resource_dispatcher_unittest.cc
|
| diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc
|
| index 2bc9ebb5d3dda86e5bbd81694558667a87800507..5983cc30f1e55f6c624eab88079ddb0923fa9cc5 100644
|
| --- a/content/common/resource_dispatcher_unittest.cc
|
| +++ b/content/common/resource_dispatcher_unittest.cc
|
| @@ -172,7 +172,7 @@ class ResourceDispatcherTest : public testing::Test,
|
| request_info.appcache_host_id = appcache::kNoHostId;
|
| request_info.routing_id = 0;
|
| RequestExtraData extra_data(WebKit::WebReferrerPolicyDefault,
|
| - true, 0, false, -1,
|
| + true, 0, false, -1, true,
|
| content::PAGE_TRANSITION_LINK, -1, -1);
|
| request_info.extra_data = &extra_data;
|
|
|
|
|