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

Unified Diff: components/history/core/test/history_backend_db_base_test.cc

Issue 1133463005: Update all bookmarks which use an icon URL when a favicon's bitmap is updated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startup_do_not_unexpire
Patch Set: Created 5 years, 5 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/history/core/test/history_backend_db_base_test.cc
diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc
index 36bad37203a48cfa1803093e3c702761773805c5..63107d1745b7ddb4c7661f0c30615b545d50af68 100644
--- a/components/history/core/test/history_backend_db_base_test.cc
+++ b/components/history/core/test/history_backend_db_base_test.cc
@@ -37,7 +37,8 @@ class BackendDelegate : public HistoryBackend::Delegate {
// synchronously, so we don't have to do anything fancy.
history_test_->in_mem_backend_.swap(backend);
}
- void NotifyFaviconChanged(const std::set<GURL>& url) override {}
+ void NotifyFaviconsChanged(const std::set<GURL>& page_urls,
+ const GURL& icon_url) override {}
void NotifyURLVisited(ui::PageTransition transition,
const URLRow& row,
const RedirectList& redirects,
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | ios/chrome/browser/history/history_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698