| Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/new_tab_page_handler.cc (revision 96479)
|
| +++ chrome/browser/ui/webui/ntp/new_tab_page_handler.cc (working copy)
|
| @@ -60,7 +60,7 @@
|
| // static
|
| void NewTabPageHandler::GetLocalizedValues(Profile* profile,
|
| DictionaryValue* values) {
|
| - if (!NewTabUI::Ntp4Enabled())
|
| + if (!NewTabUI::NTP4Enabled())
|
| return;
|
|
|
| values->SetInteger("most_visited_page_id", MOST_VISITED_PAGE_ID);
|
|
|