| Index: components/bookmarks/core/browser/bookmark_client.h
|
| diff --git a/components/bookmarks/core/browser/bookmark_client.h b/components/bookmarks/core/browser/bookmark_client.h
|
| index b4fc35e89aef5b402816fc63c27f4a37c2f58e18..0eb8a367d20849fb8ea4ba8f88d8940951fcada2 100644
|
| --- a/components/bookmarks/core/browser/bookmark_client.h
|
| +++ b/components/bookmarks/core/browser/bookmark_client.h
|
| @@ -38,7 +38,7 @@ class BookmarkClient {
|
| typedef std::vector<NodeTypedCountPair> NodeTypedCountPairs;
|
|
|
| // Returns true if the embedder favors touch icons over favicons.
|
| - virtual bool PreferTouchIcon() = 0;
|
| + virtual bool PreferTouchIcon();
|
|
|
| // Requests the favicon of any of |icon_types| whose pixel sizes most
|
| // closely match |desired_size_in_dip| (if value is 0, the largest favicon
|
|
|