| Index: chrome/browser/safe_browsing/client_side_detection_host.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| index 9484b8347a2c7dd5e41f74670ca7bb8cd889b32e..3e497308463fa9675b35a283d7601eb7a4adb089 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| @@ -510,7 +510,7 @@ void ClientSideDetectionHost::OnMalwarePreClassificationDone(
|
| MaybeStartMalwareFeatureExtraction();
|
| }
|
|
|
| -void ClientSideDetectionHost::DidStopLoading(content::RenderViewHost* rvh) {
|
| +void ClientSideDetectionHost::DidStopLoading() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| if (!csd_service_ || !browse_info_.get())
|
| return;
|
|
|