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: ios/chrome/browser/history/history_client_impl.h

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: ios/chrome/browser/history/history_client_impl.h
diff --git a/ios/chrome/browser/history/history_client_impl.h b/ios/chrome/browser/history/history_client_impl.h
index 959c50f0221b3ec2afd908844bf4d8fc59e9d375..abcfff3f6b7c32df20575f0742cf4b3c41370397 100644
--- a/ios/chrome/browser/history/history_client_impl.h
+++ b/ios/chrome/browser/history/history_client_impl.h
@@ -57,8 +57,9 @@ class HistoryClientImpl : public history::HistoryClient,
base::Callback<void(const std::set<GURL>&)> on_bookmarks_removed_;
// Subscription for notifications of changes to favicons.
- scoped_ptr<base::CallbackList<void(const std::set<GURL>&)>::Subscription>
- favicon_changed_subscription_;
+ scoped_ptr<base::CallbackList<void(const std::set<GURL>&,
+ const GURL&)>::Subscription>
+ favicons_changed_subscription_;
DISALLOW_COPY_AND_ASSIGN(HistoryClientImpl);
};
« no previous file with comments | « components/history/core/test/history_backend_db_base_test.cc ('k') | ios/chrome/browser/history/history_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698