| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 19adfc650e81a8abf5e86b509a76da448b1340d8..8a71e1be273301acd0416db5db0e796175d60aec 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -263,11 +263,6 @@ enum NotificationType {
|
| // the details is history::KeywordSearchDeletedDetails.
|
| NOTIFICATION_HISTORY_KEYWORD_SEARCH_TERM_DELETED,
|
|
|
| - // Sent by history when the favicon of a URL changes. The source is the
|
| - // profile, and the details is FaviconChangedDetails (see
|
| - // chrome/browser/favicon/favicon_changed_details.h).
|
| - NOTIFICATION_FAVICON_CHANGED,
|
| -
|
| // 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
|
|
|