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

Unified Diff: components/history/core/browser/expire_history_backend_unittest.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, 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/history/core/browser/expire_history_backend_unittest.cc
diff --git a/components/history/core/browser/expire_history_backend_unittest.cc b/components/history/core/browser/expire_history_backend_unittest.cc
index afea65471e368aa34688f5411dbf88a30bc7927f..6e2c0828b374c7285cc4690fc906312fb428217b 100644
--- a/components/history/core/browser/expire_history_backend_unittest.cc
+++ b/components/history/core/browser/expire_history_backend_unittest.cc
@@ -162,7 +162,8 @@ class ExpireHistoryTest : public testing::Test, public HistoryBackendNotifier {
}
// HistoryBackendNotifier:
- void NotifyFaviconChanged(const std::set<GURL>& urls) override {}
+ void NotifyFaviconsChanged(const std::vector<GURL>& page_urls,
+ const std::vector<GURL>& icon_urls) override {};
void NotifyURLVisited(ui::PageTransition transition,
const URLRow& row,
const RedirectList& redirects,

Powered by Google App Engine
This is Rietveld 408576698