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

Unified Diff: chrome/browser/navigation_entry.cc

Issue 8186: Plumb the referrer throughout the OpenURL APIs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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
« no previous file with comments | « chrome/browser/navigation_entry.h ('k') | chrome/browser/page_navigator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/navigation_entry.cc
===================================================================
--- chrome/browser/navigation_entry.cc (revision 3991)
+++ chrome/browser/navigation_entry.cc (working copy)
@@ -41,6 +41,7 @@
SiteInstance* instance,
int page_id,
const GURL& url,
+ const GURL& referrer,
const std::wstring& title,
PageTransition::Type transition_type)
: unique_id_(GetUniqueID()),
@@ -48,6 +49,7 @@
site_instance_(instance),
page_type_(NORMAL_PAGE),
url_(url),
+ referrer_(referrer),
title_(title),
page_id_(page_id),
transition_type_(transition_type),
« no previous file with comments | « chrome/browser/navigation_entry.h ('k') | chrome/browser/page_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698