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

Unified Diff: content/browser/renderer_host/buffered_resource_handler.h

Issue 9580002: Add ResourceRequestInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: content/browser/renderer_host/buffered_resource_handler.h
===================================================================
--- content/browser/renderer_host/buffered_resource_handler.h (revision 125418)
+++ content/browser/renderer_host/buffered_resource_handler.h (working copy)
@@ -31,7 +31,7 @@
// ResourceHandler implementation:
virtual bool OnResponseStarted(int request_id,
- content::ResourceResponse* response) OVERRIDE;
+ ResourceResponse* response) OVERRIDE;
virtual bool OnWillRead(int request_id,
net::IOBuffer** buf,
int* buf_size,
@@ -80,7 +80,7 @@
// Called on the IO thread once the list of plugins has been loaded.
void OnPluginsLoaded(const std::vector<webkit::WebPluginInfo>& plugins);
- scoped_refptr<content::ResourceResponse> response_;
+ scoped_refptr<ResourceResponse> response_;
ResourceDispatcherHost* host_;
net::URLRequest* request_;
scoped_refptr<net::IOBuffer> read_buffer_;
« no previous file with comments | « content/browser/renderer_host/async_resource_handler.cc ('k') | content/browser/renderer_host/buffered_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698