Commit 25978083 authored by estade@chromium.org's avatar estade@chromium.org

ntp4: fix typo from r96186

BUG=none
TEST=linux touch bot passes

Review URL: http://codereview.chromium.org/7604039

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96189 0039d316-1c4b-4281-b951-d872f2087c98
parent 33f90acf
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment