Chromium Code Reviews| Index: content/child/web_url_loader_impl.cc |
| diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
| index 34e573af13fcaab37f2133923ecbf71aa554673a..fa9f8963235cac278e20a50f947b78655f629377 100644 |
| --- a/content/child/web_url_loader_impl.cc |
| +++ b/content/child/web_url_loader_impl.cc |
| @@ -444,6 +444,7 @@ void WebURLLoaderImpl::Context::Start(const WebURLRequest& request, |
| ; |
|
mmenke
2014/10/23 16:38:59
While you're here, mind removing this bonus semi-c
|
| request_info.load_flags = GetLoadFlagsForWebURLRequest(request); |
| request_info.enable_load_timing = true; |
| + request_info.enable_upload_progress = request.reportUploadProgress(); |
| // requestor_pid only needs to be non-zero if the request originates outside |
| // the render process, so we can use requestorProcessID even for requests |
| // from in-process plugins. |