diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-27 00:35:56 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-27 00:35:56 +0000 |
commit | ed95ffbea8f0558c75b99b312b917a71b088a4be (patch) | |
tree | e2c7c2f0089726be5b2ac05545cdfff3185d452d /chrome/browser/dom_ui/new_tab_ui.h | |
parent | a4fe3a78551184e580ea94cee4c25628b0bb2a23 (diff) | |
download | chromium_src-ed95ffbea8f0558c75b99b312b917a71b088a4be.zip chromium_src-ed95ffbea8f0558c75b99b312b917a71b088a4be.tar.gz chromium_src-ed95ffbea8f0558c75b99b312b917a71b088a4be.tar.bz2 |
revert cl 19438
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/149116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19444 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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h index b51c408..851dbfa 100644 --- a/chrome/browser/dom_ui/new_tab_ui.h +++ b/chrome/browser/dom_ui/new_tab_ui.h @@ -25,6 +25,9 @@ class NewTabUI : public DOMUI, static void RegisterUserPrefs(PrefService* prefs); + // Whether we should use the prototype new tab page. + static bool EnableNewNewTabPage(); + // Whether we should enable the web resources backend service static bool EnableWebResources(); |