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

Unified Diff: content/browser/security_exploit_browsertest.cc

Issue 2758993002: Move the functions which block, resume and cancel requests for a frame route id out of ResourceDisp… (Closed)
Patch Set: Remove DCHECK for RDHI on the same lines as the old code Created 3 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/browser/security_exploit_browsertest.cc
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
index 3d61efb0e97dfa046137eba4a447336b51836e01..d592ef03e320632149ef3e0238d0033663ac71ac 100644
--- a/content/browser/security_exploit_browsertest.cc
+++ b/content/browser/security_exploit_browsertest.cc
@@ -144,7 +144,7 @@ void TryCreateDuplicateRequestIds(Shell* shell, bool block_loaders) {
if (block_loaders) {
// Test the case where loaders are placed into blocked_loaders_map_.
- ResourceDispatcherHost::BlockRequestsForFrameFromUI(rfh);
+ RenderFrameHost::BlockRequestsForFrame(rfh);
}
// URLRequestSlowDownloadJob waits for another request to kFinishDownloadUrl

Powered by Google App Engine
This is Rietveld 408576698