From a1955adfe729e84c859264fea19fa21e7ffccde6 Mon Sep 17 00:00:00 2001 From: "tommi@chromium.org" Date: Mon, 2 Aug 2010 17:59:39 +0000 Subject: Add referrer to the NavigationInfo struct. TEST=n/a BUG=none Review URL: http://codereview.chromium.org/3036030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54562 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/external_tab_container_win.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/external_tab_container_win.cc') diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc index c32da01..1093c45 100644 --- a/chrome/browser/external_tab_container_win.cc +++ b/chrome/browser/external_tab_container_win.cc @@ -767,6 +767,7 @@ bool ExternalTabContainer::InitNavigationInfo(IPC::NavigationInfo* nav_info, nav_info->navigation_index = tab_contents_->controller().GetCurrentEntryIndex(); nav_info->url = entry->url(); + nav_info->referrer = entry->referrer(); nav_info->title = UTF16ToWideHack(entry->title()); if (nav_info->title.empty()) nav_info->title = UTF8ToWide(nav_info->url.spec()); -- cgit v1.1