Index: content/public/browser/resource_dispatcher_host_delegate.h |
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h |
index b8ebbd33d02cf88f6d3b6bf9d31577cd7a3c1ffe..f01c6c5626a950005d34a1cf0f7b28b89b84ebb3 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.h |
+++ b/content/public/browser/resource_dispatcher_host_delegate.h |
@@ -81,7 +81,8 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate { |
const ResourceRequestInfo::WebContentsGetter& web_contents_getter, |
bool is_main_frame, |
ui::PageTransition page_transition, |
- bool has_user_gesture); |
+ bool has_user_gesture, |
+ ResourceContext* resource_context); |
// Returns true if we should force the given resource to be downloaded. |
// Otherwise, the content layer decides. |