| 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 c07a7738202a63bc162da7fda92d23f6553b60ff..ad77670bb51577e35a07f91876f5db9cf902cd81 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();
|
|
|