| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 10412)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -34,6 +34,7 @@
|
| #include "chrome/common/page_transition_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_service.h"
|
| +#include "chrome/common/url_constants.h"
|
| #ifdef CHROME_PERSONALIZATION
|
| #include "chrome/personalization/personalization.h"
|
| #endif
|
| @@ -2271,7 +2272,7 @@
|
| } else {
|
| // No navigations. Create a tab with about:blank.
|
| TabContents* contents =
|
| - CreateTabContentsForURL(GURL("about:blank"), GURL(), profile_,
|
| + CreateTabContentsForURL(GURL(chrome::kAboutBlankURL), GURL(), profile_,
|
| PageTransition::START_PAGE, false, NULL);
|
| return new NavigationController(contents, profile_);
|
| }
|
|
|