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 2bc8a3174d60276991565ef9897bf6523da35347..be71627c77920923f4d8d2feb348d2e9f0c1ffcb 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -189,7 +189,7 @@ NewTabUI::NewTabUI(TabContents* contents) |
// Override some options on the Web UI. |
hide_favicon_ = true; |
- if (Ntp4Enabled() && |
+ if (!Ntp4Enabled() && |
GetProfile()->GetPrefs()->GetBoolean(prefs::kEnableBookmarkBar) && |
browser_defaults::bookmarks_enabled) { |
set_force_bookmark_bar_visible(true); |