| Index: chrome/browser/history/top_sites_impl.h
|
| diff --git a/chrome/browser/history/top_sites_impl.h b/chrome/browser/history/top_sites_impl.h
|
| index 7d94270901b107259a2991caea107739573204ae..c527fdafc659f811214abf36ee5aea892f50f212 100644
|
| --- a/chrome/browser/history/top_sites_impl.h
|
| +++ b/chrome/browser/history/top_sites_impl.h
|
| @@ -87,6 +87,7 @@ class TopSitesImpl : public TopSites {
|
| virtual bool IsForcedFull() OVERRIDE;
|
| virtual MostVisitedURLList GetPrepopulatePages() OVERRIDE;
|
| virtual bool loaded() const OVERRIDE;
|
| + virtual bool AddForcedURL(const GURL& url, const base::Time& time) OVERRIDE;
|
|
|
| protected:
|
| virtual ~TopSitesImpl();
|
|
|