| Index: chrome/browser/dom_ui/new_tab_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/new_tab_ui.cc (revision 24842)
|
| +++ chrome/browser/dom_ui/new_tab_ui.cc (working copy)
|
| @@ -1538,6 +1538,7 @@
|
| // Override some options on the DOM UI.
|
| hide_favicon_ = true;
|
| force_bookmark_bar_visible_ = true;
|
| + force_extension_shelf_visible_ = true;
|
| focus_location_bar_by_default_ = true;
|
| should_hide_url_ = true;
|
| overridden_title_ = WideToUTF16Hack(l10n_util::GetString(IDS_NEW_TAB_TITLE));
|
|
|