| 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
|
|
|