Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index 51069830ba927b2fdeeb45f4bdf24a19b4800aad..2ad0c41aa41c1ead7242ab332aea7337c67fbfe6 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -193,7 +193,8 @@ NewTabUI::NewTabUI(TabContents* contents) |
// Override some options on the Web UI. |
hide_favicon_ = true; |
- if (GetProfile()->GetPrefs()->GetBoolean(prefs::kEnableBookmarkBar) && |
+ if (!NTP4Enabled() && |
+ GetProfile()->GetPrefs()->GetBoolean(prefs::kEnableBookmarkBar) && |
browser_defaults::bookmarks_enabled) { |
set_force_bookmark_bar_visible(true); |
} |