Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
index 45c7c351dd050daace0f52a8ca97bba0c28cb958..4af63a8184d8605641be056f3ca2d155348a0afa 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
@@ -161,6 +161,7 @@ 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("suggestions_page_id", SUGGESTIONS_PAGE_ID); |
PrefService* prefs = profile->GetPrefs(); |
int shown_page = prefs->GetInteger(prefs::kNtpShownPage); |