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

Unified Diff: content/child/resource_dispatcher_unittest.cc

Issue 141163002: Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs instead of RenderView … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify code Created 6 years, 11 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
===================================================================
--- content/child/resource_dispatcher_unittest.cc (revision 245386)
+++ content/child/resource_dispatcher_unittest.cc (working copy)
@@ -174,6 +174,7 @@
request_info.appcache_host_id = appcache::kNoHostId;
request_info.routing_id = 0;
RequestExtraData extra_data(blink::WebReferrerPolicyDefault,
+ blink::WebPageVisibilityStateVisible,
blink::WebString(),
false, MSG_ROUTING_NONE, true, 0, GURL(),
false, -1, true,

Powered by Google App Engine
This is Rietveld 408576698