diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 20:43:36 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 20:43:36 +0000 |
commit | 9c73c15a06b48fad46fc7a2524bf7b227dabbba6 (patch) | |
tree | 98769ef0db0211c74e9a9bf3c894870e6a587432 /chrome/browser/dom_ui/new_tab_ui.h | |
parent | 61ab26f4fb056fae95db04b64f10b3eb9bc1277c (diff) | |
download | chromium_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.h | 4 |
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(); |