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 02c7db53bc0ef31a9e4fc674fd26bd304099cf93..08fd6ea2fd83d362cff7a5886f0ab47a806a93a9 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -46,6 +46,9 @@ 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); |