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

Unified Diff: chrome/browser/renderer_host/chrome_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: Resolving conflicts. Created 8 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
Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
index 72bbbfd213be1d287218821a58e7d56a8d7ebe23..68c9f7e1057508bf948ca5f645088e18383af8f2 100644
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
@@ -73,11 +73,14 @@ class ChromeResourceDispatcherHostDelegate
int route_id) OVERRIDE;
virtual bool ShouldForceDownloadResource(
const GURL& url, const std::string& mime_type) OVERRIDE;
- virtual void OnResponseStarted(net::URLRequest* request,
- content::ResourceResponse* response,
- IPC::Sender* sender) OVERRIDE;
+ virtual void OnResponseStarted(
+ net::URLRequest* request,
+ content::ResourceContext* resource_context,
+ content::ResourceResponse* response,
+ IPC::Message::Sender* sender) OVERRIDE;
virtual void OnRequestRedirected(
net::URLRequest* request,
+ content::ResourceContext* resource_context,
content::ResourceResponse* response) OVERRIDE;
// base::FieldTrialList::Observer implementation.
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698