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

Unified Diff: chrome/browser/android/popular_sites.h

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: review3 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 | « chrome/browser/android/most_visited_sites.cc ('k') | chrome/browser/android/popular_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/popular_sites.h
diff --git a/chrome/browser/android/popular_sites.h b/chrome/browser/android/popular_sites.h
index 635d3732220a391d2c780880a9f058bd398c6e52..f6a5b9e6c0ce8da74ecfe84d377436578704c528 100644
--- a/chrome/browser/android/popular_sites.h
+++ b/chrome/browser/android/popular_sites.h
@@ -51,11 +51,14 @@ class PopularSites {
// override the baked-in default version.
// |override_filename|, if non-empty, will override the full filename
// (so |override_country| and |override_version| are ignored in this case).
+ // Set |force_download| to enfore re-downloading the suggestions file, even if
+ // it already exists on disk.
// TODO(treib): Get rid of |override_filename|.
PopularSites(Profile* profile,
const std::string& override_country,
const std::string& override_version,
const std::string& override_filename,
+ bool force_download,
const FinishedCallback& callback);
~PopularSites();
« no previous file with comments | « chrome/browser/android/most_visited_sites.cc ('k') | chrome/browser/android/popular_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698