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

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

Issue 1198963014: Change ownership of BookmarkClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_managed_and_supervised_nodes
Patch Set: Rebase Created 5 years, 6 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/browser/bookmark_client.cc
diff --git a/components/bookmarks/browser/bookmark_client.cc b/components/bookmarks/browser/bookmark_client.cc
index 8d505764e76eeb54b43b0316f0a00fe3020530eb..713234edf9a436ddd29ac9f497af63f054caf487 100644
--- a/components/bookmarks/browser/bookmark_client.cc
+++ b/components/bookmarks/browser/bookmark_client.cc
@@ -8,22 +8,10 @@
namespace bookmarks {
-base::CancelableTaskTracker::TaskId BookmarkClient::GetFaviconImageForPageURL(
- const GURL& page_url,
- favicon_base::IconType type,
- const favicon_base::FaviconImageCallback& callback,
- base::CancelableTaskTracker* tracker) {
- return base::CancelableTaskTracker::kBadTaskId;
+BookmarkClient::BookmarkClient() {
}
-bool BookmarkClient::SupportsTypedCountForNodes() {
- return false;
-}
-
-void BookmarkClient::GetTypedCountForNodes(
- const NodeSet& nodes,
- NodeTypedCountPairs* node_typed_count_pairs) {
- NOTREACHED();
+BookmarkClient::~BookmarkClient() {
}
} // namespace bookmarks
« no previous file with comments | « components/bookmarks/browser/bookmark_client.h ('k') | components/bookmarks/browser/bookmark_codec_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698