Chromium Code Reviews| Index: content/public/browser/resource_request_info.h |
| =================================================================== |
| --- content/public/browser/resource_request_info.h (revision 245386) |
| +++ content/public/browser/resource_request_info.h (working copy) |
| @@ -9,6 +9,7 @@ |
| #include "content/common/content_export.h" |
| #include "content/public/common/page_transition_types.h" |
| #include "third_party/WebKit/public/platform/WebReferrerPolicy.h" |
| +#include "third_party/WebKit/public/web/WebPageVisibilityState.h" |
| #include "webkit/common/resource_type.h" |
| namespace net { |
| @@ -89,6 +90,9 @@ |
| // Returns the associated referrer policy. |
| virtual blink::WebReferrerPolicy GetReferrerPolicy() const = 0; |
| + // Returns the associated visibility state. |
|
davidben
2014/01/20 20:51:57
Nit: Maybe make the comment clear that this is the
jam
2014/01/21 00:30:08
Done.
|
| + virtual blink::WebPageVisibilityState GetVisibilityState() const = 0; |
| + |
| // Returns the associated page transition type. |
| virtual PageTransition GetPageTransition() const = 0; |