| 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 e2d9a4bdca7a82664a2a3ebe2cc2933170f6d544..839531519ef6dd4c395fb415c4b0ece47328bb67 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc
|
| @@ -149,6 +149,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);
|
|
|