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

Unified Diff: chrome/browser/ui/webui/app_launcher_page_ui.cc

Issue 1130753007: Start axing NTP4 dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: estade@ review Created 5 years, 7 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/app_launcher_page_ui.cc
diff --git a/chrome/browser/ui/webui/app_launcher_page_ui.cc b/chrome/browser/ui/webui/app_launcher_page_ui.cc
index 44f93e3baf802c29f5d881f9efc4013f91b41a33..c95cdf29dc4675d4ffb4408fd14353628361f02d 100644
--- a/chrome/browser/ui/webui/app_launcher_page_ui.cc
+++ b/chrome/browser/ui/webui/app_launcher_page_ui.cc
@@ -101,7 +101,6 @@ void AppLauncherPageUI::HTMLSource::StartDataRequest(
NTPResourceCache* resource = AppResourceCacheFactory::GetForProfile(profile_);
resource->set_should_show_most_visited_page(false);
resource->set_should_show_other_devices_menu(false);
- resource->set_should_show_recently_closed_menu(false);
content::RenderProcessHost* render_host =
content::RenderProcessHost::FromID(render_process_id);
« no previous file with comments | « chrome/browser/ui/views/frame/global_menu_bar_x11.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698