| Index: chrome/browser/renderer_host/safe_browsing_resource_handler.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/safe_browsing_resource_handler.cc (revision 32257)
|
| +++ chrome/browser/renderer_host/safe_browsing_resource_handler.cc (working copy)
|
| @@ -242,8 +242,9 @@
|
| next_handler_->OnRequestRedirected(redirect_id_, redirect_url_,
|
| redirect_response_, &defer);
|
| if (!defer) {
|
| + // TODO(wtc): should we pass a new first party for cookies URL?
|
| rdh_->FollowDeferredRedirect(render_process_host_id_, redirect_id_,
|
| - GURL());
|
| + false, GURL());
|
| }
|
|
|
| redirect_response_ = NULL;
|
|
|