| Index: content/child/request_extra_data.h
|
| diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
|
| index d7583d17e23b2bc2152c93be313892b23d52a8b4..817457cf6599a3ee2c09701b380f1819d429def5 100644
|
| --- a/content/child/request_extra_data.h
|
| +++ b/content/child/request_extra_data.h
|
| @@ -19,6 +19,8 @@
|
|
|
| namespace content {
|
|
|
| +struct ResourceRequest;
|
| +
|
| // Can be used by callers to store extra data on every ResourceRequest
|
| // which will be incorporated into the ResourceHostMsg_RequestResource message
|
| // sent by ResourceDispatcher.
|
| @@ -146,6 +148,8 @@ class CONTENT_EXPORT RequestExtraData
|
| download_to_network_cache_only_ = download_to_cache;
|
| }
|
|
|
| + void CopyToResourceRequest(ResourceRequest* request) const;
|
| +
|
| private:
|
| blink::WebPageVisibilityState visibility_state_;
|
| int render_frame_id_;
|
|
|