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

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

Issue 1129903008: NTP Zombie Code Slayer Part IV: Most Visited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android fix 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
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | chrome/browser/ui/webui/ntp/most_visited_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c95cdf29dc4675d4ffb4408fd14353628361f02d..3476b904143ba435e4e7a36dd41d064912e84d30 100644
--- a/chrome/browser/ui/webui/app_launcher_page_ui.cc
+++ b/chrome/browser/ui/webui/app_launcher_page_ui.cc
@@ -99,7 +99,6 @@ void AppLauncherPageUI::HTMLSource::StartDataRequest(
DCHECK_CURRENTLY_ON(BrowserThread::UI);
NTPResourceCache* resource = AppResourceCacheFactory::GetForProfile(profile_);
- resource->set_should_show_most_visited_page(false);
resource->set_should_show_other_devices_menu(false);
content::RenderProcessHost* render_host =
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | chrome/browser/ui/webui/ntp/most_visited_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698