From 4932fff7246536aa9513333a815484df42b5b05c Mon Sep 17 00:00:00 2001 From: "glen@chromium.org" Date: Tue, 30 Jun 2009 17:21:03 +0000 Subject: Reverting 19593. Review URL: http://codereview.chromium.org/150112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19603 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/dom_ui/new_tab_ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/dom_ui/new_tab_ui.h') diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h index b387115..851dbfa 100644 --- a/chrome/browser/dom_ui/new_tab_ui.h +++ b/chrome/browser/dom_ui/new_tab_ui.h @@ -25,8 +25,8 @@ class NewTabUI : public DOMUI, static void RegisterUserPrefs(PrefService* prefs); - // Whether we should use the old new tab page. - static bool UseOldNewTabPage(); + // Whether we should use the prototype new tab page. + static bool EnableNewNewTabPage(); // Whether we should enable the web resources backend service static bool EnableWebResources(); -- cgit v1.1