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

Unified Diff: trunk/src/content/child/resource_dispatcher.h

Issue 326403005: Revert 275655 "Redirect HTML resource bytes directly to parser t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | trunk/src/content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/child/resource_dispatcher.h
===================================================================
--- trunk/src/content/child/resource_dispatcher.h (revision 276493)
+++ trunk/src/content/child/resource_dispatcher.h (working copy)
@@ -23,10 +23,6 @@
struct ResourceMsg_RequestCompleteData;
-namespace blink {
-class WebThreadedDataReceiver;
-}
-
namespace webkit_glue {
class ResourceLoaderBridge;
}
@@ -34,7 +30,6 @@
namespace content {
class RequestPeer;
class ResourceDispatcherDelegate;
-class ThreadedDataProvider;
struct ResourceResponseInfo;
struct RequestInfo;
struct ResourceResponseHead;
@@ -81,11 +76,6 @@
net::RequestPriority new_priority,
int intra_priority_value);
- // The provided data receiver will receive incoming resource data rather
- // than the resource bridge.
- bool AttachThreadedDataReceiver(
- int request_id, blink::WebThreadedDataReceiver* threaded_data_receiver);
-
IPC::Sender* message_sender() const { return message_sender_; }
// This does not take ownership of the delegate. It is expected that the
@@ -116,7 +106,6 @@
~PendingRequestInfo();
RequestPeer* peer;
- ThreadedDataProvider* threaded_data_provider;
ResourceType::Type resource_type;
// The PID of the original process which issued this request. This gets
// non-zero only for a request proxied by another renderer, particularly
« no previous file with comments | « no previous file | trunk/src/content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698