| Index: chrome/renderer/security_filter_peer.cc
|
| diff --git a/chrome/renderer/security_filter_peer.cc b/chrome/renderer/security_filter_peer.cc
|
| index ad76a315c2c51a905f79d1a1d6d018633bcda995..8c0acbafd07e3990e5b58df73d3d7c0471f3fcda 100644
|
| --- a/chrome/renderer/security_filter_peer.cc
|
| +++ b/chrome/renderer/security_filter_peer.cc
|
| @@ -69,8 +69,7 @@ void SecurityFilterPeer::OnUploadProgress(uint64 position, uint64 size) {
|
| }
|
|
|
| bool SecurityFilterPeer::OnReceivedRedirect(
|
| - const GURL& new_url,
|
| - const GURL& new_first_party_for_cookies,
|
| + const net::RedirectInfo& redirect_info,
|
| const content::ResourceResponseInfo& info) {
|
| NOTREACHED();
|
| return false;
|
|
|