Chromium Code Reviews| Index: components/favicon/content/content_favicon_driver.h |
| diff --git a/components/favicon/content/content_favicon_driver.h b/components/favicon/content/content_favicon_driver.h |
| index adbc7e79866efc738ba1297f88b847dbf47bf406..1af8bb17115d77cbcfa4c4f218de463988868986 100644 |
| --- a/components/favicon/content/content_favicon_driver.h |
| +++ b/components/favicon/content/content_favicon_driver.h |
| @@ -47,7 +47,6 @@ class ContentFaviconDriver |
| int StartDownload(const GURL& url, int max_bitmap_size) override; |
| bool IsOffTheRecord() override; |
| GURL GetActiveURL() override; |
| - bool GetActiveFaviconValidity() override; |
| void SetActiveFaviconValidity(bool valid) override; |
|
sky
2015/10/12 16:05:32
Can you get rid of the setter too? Otherwise this
pkotwicz
2015/10/13 14:46:37
I can't remove the setter yet because it is called
|
| GURL GetActiveFaviconURL() override; |
| void SetActiveFaviconURL(const GURL& url) override; |