summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 97eabe8..6884979 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -1651,7 +1651,7 @@ TabContents* Browser::AddBlankTabAt(int index, bool foreground) {
// TabContents, but we want to include the time it takes to create the
// TabContents object too.
base::TimeTicks new_tab_start_time = base::TimeTicks::Now();
- TabContents* tab_contents = AddTabWithURL(GURL(chrome::kChromeUINewTabURL),
+ TabContents* tab_contents = AddTabWithURL(GURL(chrome::kChromeUINewTabURL),
GURL(), PageTransition::TYPED, foreground, index, false, NULL);
tab_contents->set_new_tab_start_time(new_tab_start_time);
return tab_contents;