| Index: chrome/renderer/security_filter_peer.h
|
| diff --git a/chrome/renderer/security_filter_peer.h b/chrome/renderer/security_filter_peer.h
|
| index d9b561c15168a5521158495ce10d4ff672afe0cf..ca96c1d1b7d5dc4225864b4027aaf3f0369db26c 100644
|
| --- a/chrome/renderer/security_filter_peer.h
|
| +++ b/chrome/renderer/security_filter_peer.h
|
| @@ -31,10 +31,10 @@ class SecurityFilterPeer : public content::RequestPeer {
|
|
|
| // content::RequestPeer methods.
|
| virtual void OnUploadProgress(uint64 position, uint64 size) OVERRIDE;
|
| - virtual bool OnReceivedRedirect(const GURL& new_url,
|
| - const webkit_glue::ResourceResponseInfo& info,
|
| - bool* has_new_first_party_for_cookies,
|
| - GURL* new_first_party_for_cookies) OVERRIDE;
|
| + virtual bool OnReceivedRedirect(
|
| + const GURL& new_url,
|
| + const GURL& new_first_party_for_cookies,
|
| + const webkit_glue::ResourceResponseInfo& info) OVERRIDE;
|
| virtual void OnReceivedResponse(
|
| const webkit_glue::ResourceResponseInfo& info) OVERRIDE;
|
| virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE {}
|
|
|