| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index bedf5b884ca53b1cb0dda0f6a2e7b6695d11ed40..ed1a9a48bd81484c0fbd84f5017ce57af21e57cd 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);
|
| + rfh->BlockRequestsForFrame();
|
| }
|
|
|
| // URLRequestSlowDownloadJob waits for another request to kFinishDownloadUrl
|
|
|