| Index: components/ntp_tiles/popular_sites.h
|
| diff --git a/components/ntp_tiles/popular_sites.h b/components/ntp_tiles/popular_sites.h
|
| index 43dbc84a09a9cad057643c324316f7d5dbf934ce..f1e207fcac1eb15ba7ee9fa357e4ec7986c79bee 100644
|
| --- a/components/ntp_tiles/popular_sites.h
|
| +++ b/components/ntp_tiles/popular_sites.h
|
| @@ -66,6 +66,7 @@ class PopularSites {
|
| // Various internals exposed publicly for diagnostic pages only.
|
| virtual GURL GetLastURLFetched() const = 0;
|
| virtual GURL GetURLToFetch() = 0;
|
| + virtual std::string GetDirectoryToFetch() = 0;
|
| virtual std::string GetCountryToFetch() = 0;
|
| virtual std::string GetVersionToFetch() = 0;
|
| virtual const base::ListValue* GetCachedJson() = 0;
|
|
|