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

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

Issue 1302773002: Popular sites on the NTP: add the option to provide the server filename through a variation param (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redownload on filename change Created 5 years, 4 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 017b0c61bbdba9f205be843c312a2e740ef6e720..e8d904e540a814ab58a74790d19c7f4aa5ffc05f 100644
--- a/chrome/browser/android/popular_sites.h
+++ b/chrome/browser/android/popular_sites.h
@@ -39,7 +39,8 @@ class PopularSites {
using FinishedCallback = base::Callback<void(bool /* success */)>;
- PopularSites(net::URLRequestContextGetter* request_context,
+ PopularSites(const std::string& filename,
+ net::URLRequestContextGetter* request_context,
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