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

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

Issue 1288373002: [BlobAsync] Patch 2: Common Constants (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async1
Patch Set: Created 5 years, 4 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
Index: content/browser/loader/upload_data_stream_builder.cc
diff --git a/content/browser/loader/upload_data_stream_builder.cc b/content/browser/loader/upload_data_stream_builder.cc
index cab3a104572e3811b5c85d948c299b94b5bf33fb..c0c622c346174c1461ae435a191d07b3a0a54b41 100644
--- a/content/browser/loader/upload_data_stream_builder.cc
+++ b/content/browser/loader/upload_data_stream_builder.cc
@@ -188,6 +188,7 @@ scoped_ptr<net::UploadDataStream> UploadDataStreamBuilder::Build(
element));
break;
}
+ case ResourceRequestBody::Element::TYPE_BYTES_DESCRIPTION:
case ResourceRequestBody::Element::TYPE_UNKNOWN:
NOTREACHED();
break;
« no previous file with comments | « no previous file | content/child/blob_storage/blob_consolidation.cc » ('j') | content/common/blob_storage/blob_storage_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698