| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index d40757930701107d78345fcadd4dde04ef5f0670..282eef44549b268ae49a041e14a914c9f9e54c05 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -146,6 +146,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| void OnReceivedCachedMetadata(int request_id, const std::vector<char>& data);
|
| 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,
|
| base::SharedMemoryHandle shm_handle,
|
|
|