Chromium Code Reviews| 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 cb40ca14da46daced7ec040515c5a983ead7a70f..dc0726c279bf6a4248458f052016b15687647031 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_whitelisted); |
|
Andrew T Wilson (Slow)
2016/05/02 09:32:11
Document what this new parameter is (what is the e
igorcov
2016/05/02 13:29:08
Done.
|
| // Returns true if we should force the given resource to be downloaded. |
| // Otherwise, the content layer decides. |