Commit 7755076f authored by csilv@chromium.org's avatar csilv@chromium.org

[ntp4] Fix last page persist state for bookmarks page.

BUG=90889
TEST=Select Bookmarks page in NTP4, close tab, re-open, bookmarks should be the visible page.
Review URL: http://codereview.chromium.org/7640009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96487 0039d316-1c4b-4281-b951-d872f2087c98
parent 4c05aca5
......@@ -388,6 +388,8 @@ cr.define('ntp4', function() {
cardSlider.selectCardByValue(mostVisitedPage);
else if (shownPage == templateData['apps_page_id'])
cardSlider.selectCardByValue(appsPages[shownPageIndex]);
else if (shownPage == templateData['bookmarks_page_id'])
cardSlider.selectCardByValue(bookmarksPage);
}
/**
......
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