Commit d6ca409b authored by csilv@chromium.org's avatar csilv@chromium.org

[ntp4] Remove last remnants of bookmarks page implementation.

BUG=105941
TEST=Verify NTP4 still works, tree green.
Review URL: http://codereview.chromium.org/8776015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112809 0039d316-1c4b-4281-b951-d872f2087c98
parent 6d1c43b3
......@@ -137,7 +137,6 @@ void NewTabPageHandler::GetLocalizedValues(Profile* profile,
DictionaryValue* values) {
values->SetInteger("most_visited_page_id", MOST_VISITED_PAGE_ID);
values->SetInteger("apps_page_id", APPS_PAGE_ID);
values->SetInteger("bookmarks_page_id", BOOKMARKS_PAGE_ID);
PrefService* prefs = profile->GetPrefs();
int shown_page = prefs->GetInteger(prefs::kNTPShownPage);
......
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