| Index: chrome/browser/browser.cc | 
| =================================================================== | 
| --- chrome/browser/browser.cc	(revision 26082) | 
| +++ chrome/browser/browser.cc	(working copy) | 
| @@ -2571,8 +2571,9 @@ | 
| 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); | 
| } | 
| } | 
|  | 
|  |