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

Unified Diff: content/child/resource_dispatcher.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/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index d19b063a74db44d5457db86d21580a0b880bc599..5554c44b968648deadc852530f23fda47673ee59 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -211,9 +211,6 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
base::SharedMemoryHandle shm_handle,
int shm_size,
base::ProcessId renderer_pid);
- void OnReceivedInlinedDataChunk(int request_id,
- const std::vector<char>& data,
- int encoded_data_length);
void OnReceivedData(int request_id,
int data_offset,
int data_length,
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698