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

Unified Diff: content/child/shared_memory_received_data_factory.h

Issue 2540023003: Dispatch encoded_data_length separately in content/child (Closed)
Patch Set: fix Created 4 years 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/child/shared_memory_received_data_factory.h
diff --git a/content/child/shared_memory_received_data_factory.h b/content/child/shared_memory_received_data_factory.h
index 060a0d2b42d7153deca9b19c56c185c14d95cb52..e838391531b837e0b345c0b30fa06643e096b7cd 100644
--- a/content/child/shared_memory_received_data_factory.h
+++ b/content/child/shared_memory_received_data_factory.h
@@ -31,9 +31,7 @@ class CONTENT_EXPORT SharedMemoryReceivedDataFactory final
int request_id,
linked_ptr<base::SharedMemory> memory);
- std::unique_ptr<RequestPeer::ReceivedData> Create(int offset,
- int length,
- int encoded_data_length);
+ std::unique_ptr<RequestPeer::ReceivedData> Create(int offset, int length);
// Stops this factory. After calling this function, releasing issued data
// won't send ack signal to the browser process.

Powered by Google App Engine
This is Rietveld 408576698