| 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 ad6e2c5e981c26511c1c175be099af22054cfed0..a053da9cb2accabbb8db0fd3b11908ea02264214 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -80,7 +80,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,
|
| + bool is_whitelist);
|
|
|
| // Returns true if we should force the given resource to be downloaded.
|
| // Otherwise, the content layer decides.
|
|
|