| Index: content/public/browser/resource_request_info.h
|
| ===================================================================
|
| --- content/public/browser/resource_request_info.h (revision 245717)
|
| +++ content/public/browser/resource_request_info.h (working copy)
|
| @@ -86,6 +86,9 @@
|
| // Returns the associated resource type.
|
| virtual ResourceType::Type GetResourceType() const = 0;
|
|
|
| + // Returns the process type that initiated this request.
|
| + virtual int GetProcessType() const = 0;
|
| +
|
| // Returns the associated referrer policy.
|
| virtual blink::WebReferrerPolicy GetReferrerPolicy() const = 0;
|
|
|
|
|