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.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 0d8ac44..5ba9b8e 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -2592,8 +2592,9 @@ TabContents* Browser::BuildRestoredTab(
return new_tab;
} else {
// No navigations. Create a tab with about:blank.
- return CreateTabContentsForURL(GURL("about:blank"), GURL(), profile_,
- PageTransition::START_PAGE, false, NULL);
+ return CreateTabContentsForURL(GURL(chrome::kAboutBlankURL), GURL(),
+ profile_, PageTransition::START_PAGE,
+ false, NULL);
}
}