| Index: chrome/browser/renderer_host/safe_browsing_resource_handler.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/safe_browsing_resource_handler.cc (revision 31948)
|
| +++ chrome/browser/renderer_host/safe_browsing_resource_handler.cc (working copy)
|
| @@ -241,8 +241,10 @@
|
| bool defer = false;
|
| next_handler_->OnRequestRedirected(redirect_id_, redirect_url_,
|
| redirect_response_, &defer);
|
| - if (!defer)
|
| - rdh_->FollowDeferredRedirect(render_process_host_id_, redirect_id_);
|
| + if (!defer) {
|
| + rdh_->FollowDeferredRedirect(render_process_host_id_, redirect_id_,
|
| + GURL());
|
| + }
|
|
|
| redirect_response_ = NULL;
|
| redirect_id_ = -1;
|
|
|