Index: components/web_restrictions/browser/web_restrictions_resource_throttle.cc |
diff --git a/components/web_restrictions/browser/web_restrictions_resource_throttle.cc b/components/web_restrictions/browser/web_restrictions_resource_throttle.cc |
index 378fa9216ceb3c5e70148fa6f04b996d5237e73d..6f83f08faee8a62646515adbf83287ae6840a0ca 100644 |
--- a/components/web_restrictions/browser/web_restrictions_resource_throttle.cc |
+++ b/components/web_restrictions/browser/web_restrictions_resource_throttle.cc |
@@ -43,7 +43,7 @@ bool WebRestrictionsResourceThrottle::ShouldDefer(const GURL& url) { |
if (provider_->SupportsRequest() && !is_main_frame_) |
return false; |
UrlAccess access = provider_->ShouldProceed( |
- is_main_frame_, url, |
+ is_main_frame_, url.spec(), |
base::Bind(&WebRestrictionsResourceThrottle::OnCheckResult, |
weak_ptr_factory_.GetWeakPtr())); |
if (access == DISALLOW) |