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

Unified Diff: components/bookmarks/core/browser/bookmark_client.h

Issue 274063002: Provide default implementation for BookmarkClient::PreferTouchIcon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copy-n-paste error Created 6 years, 7 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
« no previous file with comments | « no previous file | components/bookmarks/core/browser/bookmark_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | components/bookmarks/core/browser/bookmark_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698