summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 08:55:56 +0000
committerdpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 08:55:56 +0000
commit87b716414c068400f4fa73ad92553ae5846147f1 (patch)
tree9d5d532343fcf9ba4be18e3d177c341e77c6051c
parent504b5fe8cb82cc12d7ec00d5c63e621486e515b0 (diff)
downloadchromium_src-87b716414c068400f4fa73ad92553ae5846147f1.zip
chromium_src-87b716414c068400f4fa73ad92553ae5846147f1.tar.gz
chromium_src-87b716414c068400f4fa73ad92553ae5846147f1.tar.bz2
Revert 93987 - Close the URL request in the destroctor. This ensures the load is actually
stopped when the request is deleted. This caused the pdf plugin to not display any pdf. TEST=manual BUG=84765 Review URL: http://codereview.chromium.org/7491046 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/7497008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94063 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/plugins/ppapi/ppb_url_loader_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_url_loader_impl.cc b/webkit/plugins/ppapi/ppb_url_loader_impl.cc
index 839e916..6fb46ef 100644
--- a/webkit/plugins/ppapi/ppb_url_loader_impl.cc
+++ b/webkit/plugins/ppapi/ppb_url_loader_impl.cc
@@ -70,7 +70,6 @@ PPB_URLLoader_Impl::PPB_URLLoader_Impl(PluginInstance* instance,
}
PPB_URLLoader_Impl::~PPB_URLLoader_Impl() {
- Close();
}
PPB_URLLoader_API* PPB_URLLoader_Impl::AsPPB_URLLoader_API() {