| 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 a7d96cf56a35b6f4d7cef88478a192d2f57c3598..6a8edd9bba41da77651caa8fc758a4c499c598fd 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| @@ -479,8 +479,7 @@ bool ClientSideDetectionHost::DidPageReceiveSafeBrowsingMatch() const {
|
| return entry->GetExtraData(kSafeBrowsingMatchKey, &value);
|
| }
|
|
|
| -void ClientSideDetectionHost::WebContentsDestroyed(WebContents* tab) {
|
| - DCHECK(tab);
|
| +void ClientSideDetectionHost::WebContentsDestroyed() {
|
| // Tell any pending classification request that it is being canceled.
|
| if (classification_request_.get()) {
|
| classification_request_->Cancel();
|
|
|