summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/new_tab_ui.h
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 20:43:36 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 20:43:36 +0000
commit9c73c15a06b48fad46fc7a2524bf7b227dabbba6 (patch)
tree98769ef0db0211c74e9a9bf3c894870e6a587432 /chrome/browser/dom_ui/new_tab_ui.h
parent61ab26f4fb056fae95db04b64f10b3eb9bc1277c (diff)
downloadchromium_src-9c73c15a06b48fad46fc7a2524bf7b227dabbba6.zip
chromium_src-9c73c15a06b48fad46fc7a2524bf7b227dabbba6.tar.gz
chromium_src-9c73c15a06b48fad46fc7a2524bf7b227dabbba6.tar.bz2
Reland arv's NNTP enablery after it was reverted in 19603
TBR=arv Review URL: http://codereview.chromium.org/151108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/new_tab_ui.h')
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h
index 851dbfa..b387115 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 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();