Chromium Code Reviews| Index: components/omnibox/browser/zero_suggest_provider_unittest.cc |
| diff --git a/components/omnibox/browser/zero_suggest_provider_unittest.cc b/components/omnibox/browser/zero_suggest_provider_unittest.cc |
| index 7600582a9ac6a28991bc9e8bd5e70a1ed25ddfc9..e60556abd4c048972fe80e740a26213e1e9c3565 100644 |
| --- a/components/omnibox/browser/zero_suggest_provider_unittest.cc |
| +++ b/components/omnibox/browser/zero_suggest_provider_unittest.cc |
| @@ -36,11 +36,6 @@ class FakeEmptyTopSites : public history::TopSites { |
| const ThumbnailScore& score) override { |
| return false; |
| } |
| - bool SetPageThumbnailToJPEGBytes(const GURL& url, |
| - const base::RefCountedMemory* memory, |
| - const ThumbnailScore& score) override { |
| - return false; |
| - } |
| void GetMostVisitedURLs(const GetMostVisitedURLsCallback& callback, |
| bool include_forced_urls) override; |
| bool GetPageThumbnail(const GURL& url, bool prefix_match, |
| @@ -64,16 +59,9 @@ class FakeEmptyTopSites : public history::TopSites { |
| return false; |
| } |
| void ClearBlacklistedURLs() override {} |
| - base::CancelableTaskTracker::TaskId StartQueryForMostVisited() override { |
| - return 0; |
| - } |
| bool IsKnownURL(const GURL& url) override { |
| return false; |
| } |
| - const std::string& GetCanonicalURLString(const GURL& url) const override { |
| - CHECK(false); |
| - return *(new std::string()); |
|
msw
2016/12/13 22:31:53
wow, glad we're removing this!
|
| - } |
| bool IsNonForcedFull() override { |
| return false; |
| } |