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

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

Issue 1340493002: Add initial version of chrome://popular-sites-internals page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@finch_country_version
Patch Set: 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') | chrome/browser/android/popular_sites.h » ('J')
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 2a4cf5baf81042954927e83908a239e0b70dba0f..7f10a04b89e13ffb21b1a26d31a4091deb540146 100644
--- a/chrome/browser/android/most_visited_sites.cc
+++ b/chrome/browser/android/most_visited_sites.cc
@@ -250,6 +250,7 @@ void MostVisitedSites::SetMostVisitedURLsObserver(JNIEnv* env,
GetPopularSitesCountry(),
GetPopularSitesVersion(),
GetPopularSitesFilename(),
+ false,
base::Bind(&MostVisitedSites::OnPopularSitesAvailable,
base::Unretained(this))));
} else {
« no previous file with comments | « no previous file | chrome/browser/android/popular_sites.h » ('j') | chrome/browser/android/popular_sites.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698