summaryrefslogtreecommitdiffstats
path: root/content/public/browser/resource_dispatcher_host_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/resource_dispatcher_host_delegate.cc')
-rw-r--r--content/public/browser/resource_dispatcher_host_delegate.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
index 9971487..e5adc80 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.cc
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc
@@ -14,8 +14,7 @@ bool ResourceDispatcherHostDelegate::ShouldBeginRequest(
const std::string& method,
const GURL& url,
ResourceType::Type resource_type,
- ResourceContext* resource_context,
- const Referrer& referrer) {
+ ResourceContext* resource_context) {
return true;
}