Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.h

Issue 9567027: aura: Remove apps from NTP4 and disable NTP4 intro bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698