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

Unified Diff: chrome/browser/extensions/browser_event_router.h

Issue 12591008: Trigger a tab updated event if the favicon URL changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply review improvements. Created 7 years, 9 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/extensions/browser_event_router.h
diff --git a/chrome/browser/extensions/browser_event_router.h b/chrome/browser/extensions/browser_event_router.h
index 24aed8667b0d258b64762dd228dfe438230eeace..f7d0c70725cf8326d9b7f95b8f192a01fe90a49e 100644
--- a/chrome/browser/extensions/browser_event_router.h
+++ b/chrome/browser/extensions/browser_event_router.h
@@ -97,6 +97,10 @@ class BrowserEventRouter : public TabStripModelObserver,
// and Observe/NAV_ENTRY_COMMITTED.
void TabUpdated(content::WebContents* contents, bool did_navigate);
+ // Triggers a tab updated event if the favicon URL changes.
+ void FaviconUrlUpdated(content::WebContents* contents,
+ const bool* icon_url_changed);
+
// The DispatchEvent methods forward events to the |profile|'s event router.
// The BrowserEventRouter listens to events for all profiles,
// so we avoid duplication by dropping events destined for other profiles.
« no previous file with comments | « no previous file | chrome/browser/extensions/browser_event_router.cc » ('j') | chrome/browser/extensions/browser_event_router.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698