Index: chrome/browser/ui/webui/ntp/new_tab_ui.h |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
index 89e28b14476b2ee2b4ffb086f444d71b05830289..02c7db53bc0ef31a9e4fc674fd26bd304099cf93 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -46,9 +46,6 @@ class NewTabUI : public ChromeWebUI, |
// The current preference version. |
static int current_pref_version() { return current_pref_version_; } |
- // Returns whether NTP4 is enabled. |
- static bool NTP4Enabled(); |
- |
class NewTabHTMLSource : public ChromeURLDataManager::DataSource { |
public: |
explicit NewTabHTMLSource(Profile* profile); |