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 de548dfa171d4b40208042cb5db85121d52d9277..d908496a065f3ef0aa00ff5d2b9cbd801896eb3f 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
@@ -175,7 +175,6 @@ void NewTabPageHandler::GetLocalizedValues(Profile* profile, |
base::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); |