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

Unified Diff: content/common/resource_messages.h

Issue 2762953004: Remove inline small resource transfer experiment (Closed)
Patch Set: Created 3 years, 9 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/child/resource_dispatcher_unittest.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 882b6db372d23ea069fa0449ad6240b8e1b2ee6f..10b4db9fb483bea9369282de6d0deec48181c848 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -312,14 +312,6 @@ IPC_MESSAGE_CONTROL4(ResourceMsg_SetDataBuffer,
int /* shm_size */,
base::ProcessId /* renderer_pid */)
-// Sent when a chunk of data from a resource request is ready, and the resource
-// is expected to be small enough to fit in the inlined buffer.
-// The data is sent as a part of IPC message.
-IPC_MESSAGE_CONTROL3(ResourceMsg_InlinedDataChunkReceived,
- int /* request_id */,
- std::vector<char> /* data */,
- int /* encoded_data_length */)
-
// Sent when some data from a resource request is ready. The data offset and
// length specify a byte range into the shared memory buffer provided by the
// SetDataBuffer message.
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698