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

Unified Diff: components/bookmarks/core/test/test_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
« no previous file with comments | « components/bookmarks/core/test/test_bookmark_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/core/test/test_bookmark_client.cc
diff --git a/components/bookmarks/core/test/test_bookmark_client.cc b/components/bookmarks/core/test/test_bookmark_client.cc
index 416902929a8cda512c559833d984722ccdf4ff69..23107a14a4869a5158a5e7aa43600ed645c2bdb3 100644
--- a/components/bookmarks/core/test/test_bookmark_client.cc
+++ b/components/bookmarks/core/test/test_bookmark_client.cc
@@ -15,10 +15,6 @@ scoped_ptr<BookmarkModel> TestBookmarkClient::CreateModel(bool index_urls) {
return bookmark_model.Pass();
}
-bool TestBookmarkClient::PreferTouchIcon() {
- return false;
-}
-
void TestBookmarkClient::RecordAction(const base::UserMetricsAction& action) {
}
« no previous file with comments | « components/bookmarks/core/test/test_bookmark_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698