| Index: chrome/browser/dom_ui/new_tab_ui.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/new_tab_ui.h (revision 19580)
|
| +++ chrome/browser/dom_ui/new_tab_ui.h (working copy)
|
| @@ -25,8 +25,8 @@
|
|
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| - // Whether we should use the prototype new tab page.
|
| - static bool EnableNewNewTabPage();
|
| + // Whether we should use the old new tab page.
|
| + static bool UseOldNewTabPage();
|
|
|
| // Whether we should enable the web resources backend service
|
| static bool EnableWebResources();
|
|
|