| 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 376a266a12b3277a0592b78e247883803146006a..b7e8d74f7b363e2f05d126a82c10205061ec67af 100644
|
| --- a/components/favicon/core/test/mock_favicon_service.h
|
| +++ b/components/favicon/core/test/mock_favicon_service.h
|
| @@ -102,6 +102,11 @@ class MockFaviconService : public FaviconService {
|
| const GURL& icon_url,
|
| favicon_base::IconType icon_type,
|
| const gfx::Image& image));
|
| + MOCK_METHOD4(SetExpiredFaviconsIfNoneKnown,
|
| + void(const GURL& page_url,
|
| + const GURL& icon_url,
|
| + favicon_base::IconType icon_type,
|
| + const gfx::Image& image));
|
| MOCK_METHOD1(UnableToDownloadFavicon, void(const GURL& icon_url));
|
| MOCK_CONST_METHOD1(WasUnableToDownloadFavicon, bool(const GURL& icon_url));
|
| MOCK_METHOD0(ClearUnableToDownloadFavicons, void());
|
|
|