Chromium Code Reviews| Index: chrome/common/security_filter_peer.cc |
| =================================================================== |
| --- chrome/common/security_filter_peer.cc (revision 31948) |
| +++ chrome/common/security_filter_peer.cc (working copy) |
| @@ -106,7 +106,8 @@ |
| bool SecurityFilterPeer::OnReceivedRedirect( |
| const GURL& new_url, |
| - const webkit_glue::ResourceLoaderBridge::ResponseInfo& info) { |
| + const webkit_glue::ResourceLoaderBridge::ResponseInfo& info, |
| + GURL* new_first_party_for_cookies) { |
| NOTREACHED(); |
| return false; |
| } |