| Index: content/browser/loader/async_resource_handler.h
|
| diff --git a/content/browser/loader/async_resource_handler.h b/content/browser/loader/async_resource_handler.h
|
| index 7a51b77394c96b7704c3fda7556dbc1c96067822..3c0fce72e85e964dd0a5f0fb9d06ecd65c4ccd46 100644
|
| --- a/content/browser/loader/async_resource_handler.h
|
| +++ b/content/browser/loader/async_resource_handler.h
|
| @@ -68,9 +68,7 @@ class AsyncResourceHandler : public ResourceHandler,
|
|
|
| private:
|
| // IPC message handlers:
|
| - void OnFollowRedirect(int request_id,
|
| - bool has_new_first_party_for_cookies,
|
| - const GURL& new_first_party_for_cookies);
|
| + void OnFollowRedirect(int request_id);
|
| void OnDataReceivedACK(int request_id);
|
|
|
| bool EnsureResourceBufferIsInitialized();
|
|
|