| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 5aabbd4e91880d1c35a25252f5b8c093fe1c2522..8a2b914d35cfd44ec64d924b03eaa5f3a47dfbd1 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -147,6 +147,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| void OnReceivedRedirect(
|
| int request_id,
|
| const GURL& new_url,
|
| + const GURL& new_first_party_for_cookies,
|
| const ResourceResponseHead& response_head);
|
| void OnSetDataBuffer(
|
| int request_id,
|
|
|