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

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

Issue 259393006: Remove WebUI NTP on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7421f8776b3eddb9b60e203e799d5b89fd19f794..cbc3f8db1006664c9926e4d4824babc9918da848 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
@@ -39,14 +39,6 @@ class NewTabUI : public content::WebUIController,
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
- // Returns whether or not this browser process might ever need to show apps
- // on the NTP. With Win8 running in immersive mode, for example, apps are
- // displayed on a ChromeOS-style apps bar and not on the NTP. In desktop,
- // however, apps are displayed on the NTP. Since they both share the same
- // browser process instance, a different decision is necessary for whether
- // or not to register app message handlers versus whether to show it on NTP.
- static bool MightShowApps();
-
// Returns whether or not to show apps pages.
static bool ShouldShowApps();
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698