| Index: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| index 9fd2f7df3fb3c8d794264492e43d7d3d6ef833fd..d6f20d68449d145f9cffd6097e16d607732134aa 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| @@ -245,9 +245,7 @@ class ClientSideDetectionHostTest : public ChromeRenderViewHostTestHarness {
|
| csd_host_->OnPhishingDetectionDone(verdict_str);
|
| }
|
|
|
| - void DidStopLoading() {
|
| - csd_host_->DidStopLoading(pending_rvh());
|
| - }
|
| + void DidStopLoading() { csd_host_->DidStopLoading(); }
|
|
|
| void UpdateIPUrlMap(const std::string& ip, const std::string& host) {
|
| csd_host_->UpdateIPUrlMap(ip, host, "", "", content::RESOURCE_TYPE_OBJECT);
|
|
|