Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: content/child/resource_dispatcher_unittest.cc

Issue 203853003: Merge weburlrequest_extradata_impl.cc/h into content/child/request_extra_data.cc/h (attempt #2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: heap allocate in render_frame_impl.cc Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/child/resource_dispatcher_unittest.cc
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index da0ef2a5d90d21374b0a37ffcdf0a40a55c48d92..c8a149bf7d25c0289fa2a669c7b2a03d63e027c8 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -173,12 +173,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
request_info.request_type = ResourceType::SUB_RESOURCE;
request_info.appcache_host_id = appcache::kNoHostId;
request_info.routing_id = 0;
- RequestExtraData extra_data(blink::WebPageVisibilityStateVisible,
- blink::WebString(),
- false, MSG_ROUTING_NONE, true, GURL(),
- false, -1, true,
- PAGE_TRANSITION_LINK, false, -1, -1,
- kInvalidServiceWorkerProviderId);
+ RequestExtraData extra_data;
request_info.extra_data = &extra_data;
return dispatcher_->CreateBridge(request_info);

Powered by Google App Engine
This is Rietveld 408576698