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

Unified Diff: content/child/shared_memory_received_data_factory.h

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Patch Set: Initialise encoded_body_length for sync XHR to data: URLs Created 4 years, 5 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/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 c60514eb939b469f9a46084e07ec9bbb67848fcc..77c79540a1e8a613476076414a2d992cbb5b2d71 100644
--- a/content/child/shared_memory_received_data_factory.h
+++ b/content/child/shared_memory_received_data_factory.h
@@ -33,7 +33,8 @@ class CONTENT_EXPORT SharedMemoryReceivedDataFactory final
std::unique_ptr<RequestPeer::ReceivedData> Create(int offset,
int length,
- int encoded_length);
+ int encoded_data_length,
+ int encoded_body_length);
// Stops this factory. After calling this function, releasing issued data
// won't send ack signal to the browser process.
« no previous file with comments | « content/child/shared_memory_data_consumer_handle_unittest.cc ('k') | content/child/shared_memory_received_data_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698