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

Unified Diff: components/ntp_tiles/popular_sites_impl.h

Issue 2841643005: [Popular Sites] Add Variations parameter to override URL path (Closed)
Patch Set: Created 3 years, 8 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
Index: components/ntp_tiles/popular_sites_impl.h
diff --git a/components/ntp_tiles/popular_sites_impl.h b/components/ntp_tiles/popular_sites_impl.h
index 1f0fbbe6b1ce90e867f74f36d7a4ad3eac12c997..df5118d94b0e9529c6dcf806cda670cca18476f0 100644
--- a/components/ntp_tiles/popular_sites_impl.h
+++ b/components/ntp_tiles/popular_sites_impl.h
@@ -67,6 +67,7 @@ class PopularSitesImpl : public PopularSites, public net::URLFetcherDelegate {
const SitesVector& sites() const override;
GURL GetLastURLFetched() const override;
GURL GetURLToFetch() override;
+ std::string GetPathToFetch() override;
std::string GetCountryToFetch() override;
std::string GetVersionToFetch() override;
const base::ListValue* GetCachedJson() override;

Powered by Google App Engine
This is Rietveld 408576698