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

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: Address comments 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..5c80d6581230c497e863e73386155320ea1f02e1 100644
--- a/components/favicon/core/favicon_driver.h
+++ b/components/favicon/core/favicon_driver.h
@@ -74,6 +74,10 @@ class FaviconDriver {
const GURL& icon_url,
bool is_active_favicon) = 0;
+ // Sends notification that the current page favicon change. |icon_url_changed|
Bernhard Bauer 2015/04/07 11:28:00 Nit: "... the current page favicon has changed".
sdefresne 2015/04/07 16:54:54 Done.
+ // 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