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

Unified Diff: chrome/browser/tabs/default_tab_handler.cc

Issue 8800010: Update CreateTabContents to use a content::Referrer instead of a plain URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « chrome/browser/tabs/default_tab_handler.h ('k') | chrome/browser/tabs/tab_strip_model_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tabs/default_tab_handler.cc
diff --git a/chrome/browser/tabs/default_tab_handler.cc b/chrome/browser/tabs/default_tab_handler.cc
index 84f63b5ea3ba582fb6f96928cb93b0b4dfbe3dc0..ed57e2215cacdb6891158bd64bf85576c5605959 100644
--- a/chrome/browser/tabs/default_tab_handler.cc
+++ b/chrome/browser/tabs/default_tab_handler.cc
@@ -58,7 +58,7 @@ int DefaultTabHandler::GetDragActions() const {
TabContentsWrapper* DefaultTabHandler::CreateTabContentsForURL(
const GURL& url,
- const GURL& referrer,
+ const content::Referrer& referrer,
Profile* profile,
content::PageTransition transition,
bool defer_load,
« no previous file with comments | « chrome/browser/tabs/default_tab_handler.h ('k') | chrome/browser/tabs/tab_strip_model_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698