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

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.h

Issue 10416002: Seculative resource prefetching for URLs CL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moving to WeakPtrs and RVHD. Created 8 years, 7 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/public/browser/resource_dispatcher_host_delegate.h
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index d23c0da77eb04ee566152625e107194dea7c01de..2ca52e57101bb3ad7eb730bbf4b2c3b470454919 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -104,12 +104,14 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
// Informs the delegate that a response has started.
virtual void OnResponseStarted(
net::URLRequest* request,
+ ResourceContext* resource_context,
ResourceResponse* response,
IPC::Message::Sender* sender);
// Informs the delegate that a request has been redirected.
virtual void OnRequestRedirected(
net::URLRequest* request,
+ ResourceContext* resource_context,
ResourceResponse* response);
protected:

Powered by Google App Engine
This is Rietveld 408576698