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

Unified Diff: components/favicon/core/test/mock_favicon_service.h

Issue 2856873002: [Thumbnails DB] Allow setting last_requested time when accessing favicons. (Closed)
Patch Set: Peter's comments Created 3 years, 6 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/favicon/core/test/mock_favicon_service.h
diff --git a/components/favicon/core/test/mock_favicon_service.h b/components/favicon/core/test/mock_favicon_service.h
index a4cace7e2fae7bfef013ee44a233a01b4e672375..c9da0a1b03b7c8cd5625bb7b3ca8ebadc28da16c 100644
--- a/components/favicon/core/test/mock_favicon_service.h
+++ b/components/favicon/core/test/mock_favicon_service.h
@@ -89,6 +89,7 @@ class MockFaviconService : public FaviconService {
const favicon_base::FaviconRawBitmapCallback& callback,
base::CancelableTaskTracker* tracker));
MOCK_METHOD1(SetFaviconOutOfDateForPage, void(const GURL& page_url));
+ MOCK_METHOD1(TouchOnDemandFavicon, void(const GURL& icon_url));
MOCK_METHOD1(SetImportedFavicons,
void(const favicon_base::FaviconUsageDataList& favicon_usage));
MOCK_METHOD5(MergeFavicon,
@@ -102,7 +103,7 @@ class MockFaviconService : public FaviconService {
const GURL& icon_url,
favicon_base::IconType icon_type,
const gfx::Image& image));
- MOCK_METHOD5(SetLastResortFavicons,
+ MOCK_METHOD5(SetOnDemandFavicons,
void(const GURL& page_url,
const GURL& icon_url,
favicon_base::IconType icon_type,
« no previous file with comments | « components/favicon/core/large_icon_service_unittest.cc ('k') | components/history/core/browser/android/favicon_sql_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698