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

Unified Diff: chrome/browser/sync/test/integration/sessions_helper.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: chrome/browser/sync/test/integration/sessions_helper.cc
diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc
index 606154d0780eaed42fe678d91d29f85b853883d8..d8ecce4a042f4c9a0498cb14efe360f9015b48b5 100644
--- a/chrome/browser/sync/test/integration/sessions_helper.cc
+++ b/chrome/browser/sync/test/integration/sessions_helper.cc
@@ -147,8 +147,8 @@ class TabEventHandler : public browser_sync::LocalSessionEventHandler {
base::Bind(&TabEventHandler::QuitLoop, weak_factory_.GetWeakPtr()));
}
- void OnFaviconPageUrlsUpdated(
- const std::set<GURL>& updated_page_urls) override {
+ void OnFaviconsChanged(const std::set<GURL>& /* page_urls */,
+ const GURL& /* icon_url */) override {
// Unwind to ensure SessionsSyncManager has processed the event.
base::ThreadTaskRunnerHandle::Get()->PostTask(
FROM_HERE,

Powered by Google App Engine
This is Rietveld 408576698