| Index: chrome/renderer/security_filter_peer.cc
|
| diff --git a/chrome/renderer/security_filter_peer.cc b/chrome/renderer/security_filter_peer.cc
|
| index 408a05396f185c94f634f13b4ba6a92f11e972c6..24be8f9c3bdadcad307b8d84dba1ae012bf45d08 100644
|
| --- a/chrome/renderer/security_filter_peer.cc
|
| +++ b/chrome/renderer/security_filter_peer.cc
|
| @@ -70,9 +70,8 @@ void SecurityFilterPeer::OnUploadProgress(uint64 position, uint64 size) {
|
|
|
| bool SecurityFilterPeer::OnReceivedRedirect(
|
| const GURL& new_url,
|
| - const webkit_glue::ResourceResponseInfo& info,
|
| - bool* has_new_first_party_for_cookies,
|
| - GURL* new_first_party_for_cookies) {
|
| + const GURL& new_first_party_for_cookies,
|
| + const webkit_glue::ResourceResponseInfo& info) {
|
| NOTREACHED();
|
| return false;
|
| }
|
|
|