| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 26082)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -874,7 +874,7 @@
|
| if (dom_ui)
|
| return dom_ui->focus_location_bar_by_default();
|
| NavigationEntry* entry = controller_.GetActiveEntry();
|
| - if (entry && entry->url() == GURL("about:blank"))
|
| + if (entry && entry->url() == GURL(chrome::kAboutBlankURL))
|
| return true;
|
| return false;
|
| }
|
|
|