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

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

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.cc
diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
index b3d9ea7c68fd07e2371c9bd149854beb0fe153ce..4d1460c45fd1e0982e38bfbac3164bb8679224e8 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.cc
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc
@@ -69,12 +69,14 @@ bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
void ResourceDispatcherHostDelegate::OnResponseStarted(
net::URLRequest* request,
+ ResourceContext* resource_context,
ResourceResponse* response,
IPC::Message::Sender* sender) {
}
void ResourceDispatcherHostDelegate::OnRequestRedirected(
net::URLRequest* request,
+ ResourceContext* resource_context,
ResourceResponse* response) {
}

Powered by Google App Engine
This is Rietveld 408576698