Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/ntp/new_tab_ui.cc (revision 96479) |
| +++ chrome/browser/ui/webui/ntp/new_tab_ui.cc (working copy) |
| @@ -346,6 +346,8 @@ |
| AppLauncherHandler::RegisterUserPrefs(prefs); |
| MostVisitedHandler::RegisterUserPrefs(prefs); |
| ShownSectionsHandler::RegisterUserPrefs(prefs); |
| + if (Ntp4Enabled()) |
|
arv (Not doing code reviews)
2011/08/15 17:46:30
Ntp -> NTP in C++ code
csilv
2011/08/15 18:24:28
Done.
|
| + BookmarksHandler::RegisterUserPrefs(prefs); |
| UpdateUserPrefsVersion(prefs); |
| } |