| Index: chrome/renderer/security_filter_peer.cc
|
| diff --git a/chrome/renderer/security_filter_peer.cc b/chrome/renderer/security_filter_peer.cc
|
| index 5f795f82789dc84636841d70ee59fcaea91188fe..f33fd97ad23149bf27cc31171ca918d6db10c205 100644
|
| --- a/chrome/renderer/security_filter_peer.cc
|
| +++ b/chrome/renderer/security_filter_peer.cc
|
| @@ -73,9 +73,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;
|
| }
|
|
|