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