summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 08:05:08 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 08:05:08 +0000
commit3ebe558b8f430cc64bcc809d7c0a33481d0028df (patch)
tree8cf9f997f3f33d22389dc6d0ae7a06f35ada8ec9 /chrome/browser/ui/browser.h
parentbc182060ce7179ee255018b97017cb01705a4234 (diff)
downloadchromium_src-3ebe558b8f430cc64bcc809d7c0a33481d0028df.zip
chromium_src-3ebe558b8f430cc64bcc809d7c0a33481d0028df.tar.gz
chromium_src-3ebe558b8f430cc64bcc809d7c0a33481d0028df.tar.bz2
Update CreateTabContents to use a content::Referrer instead of a plain URL
BUG=105028 TEST=none Review URL: http://codereview.chromium.org/8800010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r--chrome/browser/ui/browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 781aae6..58f39a2 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -805,7 +805,7 @@ class Browser : public TabHandlerDelegate,
// If instance is not null, its process will be used to render the tab.
virtual TabContentsWrapper* CreateTabContentsForURL(
const GURL& url,
- const GURL& referrer,
+ const content::Referrer& referrer,
Profile* profile,
content::PageTransition transition,
bool defer_load,