Chromium Code Reviews| Index: content/child/npapi/plugin_url_fetcher.cc |
| =================================================================== |
| --- content/child/npapi/plugin_url_fetcher.cc (revision 233351) |
| +++ content/child/npapi/plugin_url_fetcher.cc (working copy) |
| @@ -145,7 +145,7 @@ |
| void PluginURLFetcher::URLRedirectResponse(bool allow) { |
| if (allow) { |
| - bridge_->SetDefersLoading(true); |
| + bridge_->SetDefersLoading(false); |
|
scottmg
2013/11/07 04:48:55
this is the response to OnReceivedRedirect?
jam
2013/11/07 04:58:19
this is called by the plugin after we hit a redire
|
| } else { |
| bridge_->Cancel(); |
| plugin_stream_->DidFail(resource_id_); // That will delete |this|. |