Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index 2e560f635d57729e21d66f439e226ec29f8e7604..267c591b1a4c429b14998e6fa3b1d5f914c29265 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -2179,10 +2179,6 @@ ResourceDispatcherHostImpl::GetLoadInfoForAllRoutes() { |
scoped_ptr<LoadInfoMap> info_map(new LoadInfoMap()); |
for (const auto& loader : pending_loaders_) { |
- // Also poll for upload progress on this timer and send upload progress ipc |
- // messages to the plugin process. |
- loader.second->ReportUploadProgress(); |
Andre
2015/05/22 17:24:46
Oops, forgot to move this from the other CL.
|
- |
net::URLRequest* request = loader.second->request(); |
net::UploadProgress upload_progress = request->GetUploadProgress(); |