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

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

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
Index: components/bookmarks/core/browser/bookmark_client.cc
diff --git a/components/bookmarks/core/browser/bookmark_client.cc b/components/bookmarks/core/browser/bookmark_client.cc
index 03b1c5c88f68c3c20fa394a78208840e79d727d1..4b600e39413a0ffca4a8cbbc8887aa5d4fe16ec0 100644
--- a/components/bookmarks/core/browser/bookmark_client.cc
+++ b/components/bookmarks/core/browser/bookmark_client.cc
@@ -6,6 +6,10 @@
#include "base/logging.h"
+bool BookmarkClient::PreferTouchIcon() {
+ return false;
+}
+
base::CancelableTaskTracker::TaskId BookmarkClient::GetFaviconImageForURL(
const GURL& page_url,
int icon_types,
« no previous file with comments | « components/bookmarks/core/browser/bookmark_client.h ('k') | components/bookmarks/core/test/test_bookmark_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698