| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 6756504cdfb66f5dea883d17de88bdbcc7b7e647..df54ccac553d6fef1dc1f3d2d4b4b67c8241667a 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -243,12 +243,6 @@ enum NotificationType {
|
| // added URLs.
|
| NOTIFICATION_HISTORY_URLS_MODIFIED,
|
|
|
| - // Sent when the user visits a URL.
|
| - //
|
| - // The source is the profile owning the history service that changed, and
|
| - // the details is history::URLVisitedDetails.
|
| - NOTIFICATION_HISTORY_URL_VISITED,
|
| -
|
| // Sent when one or more URLs are deleted.
|
| //
|
| // The source is the profile owning the history service that changed, and
|
|
|