| Index: chrome/renderer/security_filter_peer.cc
|
| diff --git a/chrome/renderer/security_filter_peer.cc b/chrome/renderer/security_filter_peer.cc
|
| index ce8c5bca9109c63a59275803fab708bae0155c05..e43e7ec7edc687cc82ca6d68c26329c562802faa 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;
|
|
|