Alternate NTP: Show detached bookmark bar
With the new full page NTP the detached bookmark bar was no longer visible. The problem was that we relied on an instance of NewTabUI to control the bookmark bar visibility. The new full page NTP no longer has an instance of NewTabUI so the bookmark bar was never visible. Fix was to move the relevant code out of NewTabUI and into BookmarkTabHelper. BUG=175146 TEST=Ran with instant extended enabled. Verified that the detached bookmark bar was visible. Added a new test BookmarkInstantExtendedBrowsertest.DetachedBookmarkBar. Verified that the test fails without my patch and passes with it. Review URL: https://chromiumcodereview.appspot.com/12217127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182165 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment