Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.cc

Issue 23830007: Support byte range requests when routing resource requests directly through the browser process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | content/child/npapi/plugin_url_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_dispatcher_host_impl.cc
===================================================================
--- content/browser/loader/resource_dispatcher_host_impl.cc (revision 223418)
+++ content/browser/loader/resource_dispatcher_host_impl.cc (working copy)
@@ -989,7 +989,7 @@
if (request_data.request_body.get()) {
webkit_blob::BlobStorageContext* blob_context = NULL;
if (filter_->blob_storage_context())
- blob_context = filter_->blob_storage_context()->context(),
+ blob_context = filter_->blob_storage_context()->context();
request->set_upload(UploadDataStreamBuilder::Build(
request_data.request_body.get(),
blob_context,
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | content/child/npapi/plugin_url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698