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

Unified Diff: chrome/browser/favicon/favicon_handler_unittest.cc

Issue 684983003: Add Observer in FaviconTabHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/favicon/favicon_handler_unittest.cc
diff --git a/chrome/browser/favicon/favicon_handler_unittest.cc b/chrome/browser/favicon/favicon_handler_unittest.cc
index bc5c27da52cff11e4523e441d7a4b124aaa0efe9..75559aa6c4870b1cad7290a7de1d142f50d1d384 100644
--- a/chrome/browser/favicon/favicon_handler_unittest.cc
+++ b/chrome/browser/favicon/favicon_handler_unittest.cc
@@ -343,7 +343,7 @@ class TestFaviconHandler : public FaviconHandler {
bool ShouldSaveFavicon(const GURL& url) override { return true; }
- void NotifyFaviconUpdated(bool icon_url_changed) override {
+ void NotifyFaviconUpdated(const GURL& icon_url) override {
++num_favicon_updates_;
}
« chrome/browser/favicon/favicon_handler.cc ('K') | « chrome/browser/favicon/favicon_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698