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

Unified Diff: components/favicon/core/favicon_driver.h

Issue 1059743003: Remove NOTIFICATION_FAVICON_UPDATED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-active-title
Patch Set: Add DISALLOW_COPY_AND_ASSIGN(FaviconUpdateWatcher) Created 5 years, 8 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/favicon/core/favicon_driver.h
diff --git a/components/favicon/core/favicon_driver.h b/components/favicon/core/favicon_driver.h
index 59fc333def57a0af7356046c3c122f40286916bf..4347ecb680cd87472ab2d2ac98156e07240d132a 100644
--- a/components/favicon/core/favicon_driver.h
+++ b/components/favicon/core/favicon_driver.h
@@ -74,6 +74,11 @@ class FaviconDriver {
const GURL& icon_url,
bool is_active_favicon) = 0;
+ // Sends notification that the current page favicon has changed.
+ // |icon_url_changed| is true if the URL of the favicon changed in addition to
+ // the favicon image.
+ virtual void NotifyFaviconUpdated(bool icon_url_changed) = 0;
+
protected:
FaviconDriver() {}
virtual ~FaviconDriver() {}
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | components/favicon/core/favicon_driver_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698