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

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

Issue 8801012: Add support for content::Referrer to prerender (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years 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 | « content/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 64fc497592b7ee981d1867300c518a4d22a4f61d..4bfeb59175eb88412b0e77232ab528385b20ec92 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -17,6 +17,7 @@ class ResourceHandler;
class ResourceMessageFilter;
namespace content {
+struct Referrer;
class ResourceContext;
struct ResourceResponse;
}
@@ -41,7 +42,7 @@ class ResourceDispatcherHostDelegate {
const GURL& url,
ResourceType::Type resource_type,
const content::ResourceContext& resource_context,
- const GURL& referrer) = 0;
+ const content::Referrer& referrer) = 0;
// Called after ShouldBeginRequest when all the resource handlers from the
// content layer have been added. To add new handlers to the front, return
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698