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

Unified Diff: chrome/browser/android/most_visited_sites.cc

Issue 1306043005: Popular sites on the NTP: store downloaded file at a fixed path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@redownload
Patch Set: rebase Created 5 years, 3 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 | « no previous file | chrome/browser/android/popular_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/most_visited_sites.cc
diff --git a/chrome/browser/android/most_visited_sites.cc b/chrome/browser/android/most_visited_sites.cc
index e1c550c1349381121225216a5ecd3222008a887f..727dc1a37ae3fb9bf7000c672f13d2c2efb53d7f 100644
--- a/chrome/browser/android/most_visited_sites.cc
+++ b/chrome/browser/android/most_visited_sites.cc
@@ -239,7 +239,6 @@ void MostVisitedSites::SetMostVisitedURLsObserver(JNIEnv* env,
popular_sites_.reset(new PopularSites(
profile_,
GetPopularSitesFilename(),
- profile_->GetRequestContext(),
base::Bind(&MostVisitedSites::OnPopularSitesAvailable,
base::Unretained(this))));
} else {
« no previous file with comments | « no previous file | chrome/browser/android/popular_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698