| Index: content/child/request_extra_data.h
|
| diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
|
| index fb519228ee56857fedb76fba9b56e1846c2febb6..96582ec1193c90e5ba22634281c8712f480059ea 100644
|
| --- a/content/child/request_extra_data.h
|
| +++ b/content/child/request_extra_data.h
|
| @@ -14,8 +14,9 @@
|
|
|
| namespace content {
|
|
|
| -// The RenderView stores an instance of this class in the "extra data" of each
|
| -// ResourceRequest (see RenderFrameImpl::willSendRequest).
|
| +// Can be used by callers to store extra data on every ResourceRequest
|
| +// which will be incorporated into the ResourceHostMsg_Request message
|
| +// sent by ResourceDispatcher.
|
| class CONTENT_EXPORT RequestExtraData
|
| : public NON_EXPORTED_BASE(blink::WebURLRequest::ExtraData) {
|
| public:
|
|
|