Chromium Code Reviews| Index: content/child/request_info.h |
| diff --git a/content/child/request_info.h b/content/child/request_info.h |
| index 6861741905b4f3ac6492fe6543254a7dcfe777ee..2d80e44c32b5522140919bd9d8e47903a05a6e14 100644 |
| --- a/content/child/request_info.h |
| +++ b/content/child/request_info.h |
| @@ -11,6 +11,7 @@ |
| #include "content/common/content_export.h" |
| #include "content/common/service_worker/service_worker_types.h" |
| +#include "content/public/common/referrer.h" |
| #include "content/public/common/request_context_frame_type.h" |
| #include "content/public/common/request_context_type.h" |
| #include "content/public/common/resource_type.h" |
| @@ -38,10 +39,7 @@ struct CONTENT_EXPORT RequestInfo { |
| // Optional parameter, a URL with similar constraints in how it must be |
|
Mike West
2014/11/19 08:54:02
Nit: Update the comment.
|
| // encoded as the url member. |
| - GURL referrer; |
| - |
| - // The referrer policy that applies to the referrer. |
| - blink::WebReferrerPolicy referrer_policy; |
| + Referrer referrer; |
| // For HTTP(S) requests, the headers parameter can be a \r\n-delimited and |
| // \r\n-terminated list of MIME headers. They should be ASCII-encoded using |