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

Unified Diff: chrome/browser/chrome_notification_types.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
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/extensions/api/tabs/tabs_event_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index e793820999faaef22ba4fff1ca8180f913fc6100..e40a7e050bb0601c28838e91c5ef64304ac6d2f4 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -228,16 +228,6 @@ enum NotificationType {
// the LoginHandler that should be cancelled.
NOTIFICATION_AUTH_CANCELLED,
- // Favicon ------------------------------------------------------------------
-
- // Sent by FaviconTabHelper when a tab's favicon has been successfully
- // updated. The details are a bool indicating whether the
- // NavigationEntry's favicon URL has changed since the previous
- // NOTIFICATION_FAVICON_UPDATED notification. The details are true if
- // there was no previous NOTIFICATION_FAVICON_UPDATED notification for the
- // current NavigationEntry.
- NOTIFICATION_FAVICON_UPDATED,
-
// Profiles -----------------------------------------------------------------
// Sent after a Profile has been created. This notification is sent both for
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/extensions/api/tabs/tabs_event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698