Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/ntp/new_tab_page_handler.cc (revision 96850) |
| +++ chrome/browser/ui/webui/ntp/new_tab_page_handler.cc (working copy) |
| @@ -81,7 +81,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); |