diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 17:21:03 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 17:21:03 +0000 |
commit | 4932fff7246536aa9513333a815484df42b5b05c (patch) | |
tree | 7821bbe8690e01eda9ecdf3cfd463b416344e861 /chrome/browser/dom_ui/new_tab_ui.h | |
parent | 6f23fd79add82e8b9d32a502a04c081f3525b5e6 (diff) | |
download | chromium_src-4932fff7246536aa9513333a815484df42b5b05c.zip chromium_src-4932fff7246536aa9513333a815484df42b5b05c.tar.gz chromium_src-4932fff7246536aa9513333a815484df42b5b05c.tar.bz2 |
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
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 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(); |