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 a6ddf23becfb8a8c92f0fe66cf7f224c8c92badd..cb64ee46795d8e7b00fe83936a90d3e0ac808797 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -42,6 +42,9 @@ class NewTabUI : public content::WebUIController, |
// Returns whether or not to show the app install hint. |
static bool ShouldShowAppInstallHint(); |
+ // Returns whether or not to show the apps page. |
+ static bool ShouldShowAppsPage(); |
+ |
// Returns whether or not the "suggestions links page" is enabled. |
static bool IsSuggestionsPageEnabled(); |