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

Unified Diff: content/public/child/fixed_received_data.cc

Issue 1150033004: Use SharedMemoryDataConsumerHandle for stream data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@threadsafe-ipc-data-consumer
Patch Set: Created 5 years, 6 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/public/child/fixed_received_data.cc
diff --git a/content/public/child/fixed_received_data.cc b/content/public/child/fixed_received_data.cc
index 96599c2d30a8229ecb9fc7d023a97035c9b45c4e..c09b4c5834818364f072d652b0660d9e8c49b849 100644
--- a/content/public/child/fixed_received_data.cc
+++ b/content/public/child/fixed_received_data.cc
@@ -14,7 +14,7 @@ FixedReceivedData::FixedReceivedData(const char* data,
FixedReceivedData::FixedReceivedData(ReceivedData* data)
: FixedReceivedData(data->payload(),
- data->encoded_length(),
+ data->length(),
data->encoded_length()) {
}
« content/child/web_url_loader_impl.cc ('K') | « content/child/web_url_loader_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698