diff options
Diffstat (limited to 'chrome/browser/safe_browsing')
-rw-r--r-- | chrome/browser/safe_browsing/client_side_detection_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc index bef0392..ee725ab 100644 --- a/chrome/browser/safe_browsing/client_side_detection_host.cc +++ b/chrome/browser/safe_browsing/client_side_detection_host.cc @@ -139,7 +139,7 @@ class ClientSideDetectionHost::ShouldClassifyUrlRequest // The destructor can be called either from the UI or the IO thread. virtual ~ShouldClassifyUrlRequest() { } - void CheckCsdWhitelist(GURL url) { + void CheckCsdWhitelist(const GURL& url) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); if (!sb_service_ || sb_service_->MatchCsdWhitelistUrl(url)) { // We're done. There is no point in going back to the UI thread. |