summaryrefslogtreecommitdiffstats
path: root/content/child/resource_dispatcher_unittest.cc
diff options
context:
space:
mode:
authorcreis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-03 21:29:35 +0000
committercreis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-03 21:29:35 +0000
commit79a702895e17d13056da5454830de5a9244b4f04 (patch)
tree1a4a145eceb46ddf7566dd62b6e359767ec687e3 /content/child/resource_dispatcher_unittest.cc
parent45172e6e478a359eba9c05bc72dd0b4c241a65c8 (diff)
downloadchromium_src-79a702895e17d13056da5454830de5a9244b4f04.zip
chromium_src-79a702895e17d13056da5454830de5a9244b4f04.tar.gz
chromium_src-79a702895e17d13056da5454830de5a9244b4f04.tar.bz2
Update resource requests to remove redundant frame ID.
BUG=314791 TEST=No behavior change. R=battre@chromium.org, nasko@chromium.org TBR=dcheng@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/184873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/resource_dispatcher_unittest.cc')
-rw-r--r--content/child/resource_dispatcher_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index 6452575..320564fb 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -176,7 +176,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
request_info.routing_id = 0;
RequestExtraData extra_data(blink::WebPageVisibilityStateVisible,
blink::WebString(),
- false, MSG_ROUTING_NONE, true, 0, GURL(),
+ false, MSG_ROUTING_NONE, true, GURL(),
false, -1, true,
PAGE_TRANSITION_LINK, false, -1, -1);
request_info.extra_data = &extra_data;