| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 4a94b8b103d4d6b8e31decb574a1d07a71c82b22..c0a478596ae406a44c0da2423a6572d1131f6b59 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -142,12 +142,6 @@ enum NotificationType {
|
| // Details<InfoBar::RemovedDetails>.
|
| NOTIFICATION_TAB_CONTENTS_INFOBAR_REMOVED,
|
|
|
| - // Used to fire notifications about how long various events took to
|
| - // complete. E.g., this is used to get more fine grained timings from the
|
| - // new tab page. The source is a WebContents and the details is a
|
| - // MetricEventDurationDetails.
|
| - NOTIFICATION_METRIC_EVENT_DURATION,
|
| -
|
| #if defined(ENABLE_EXTENSIONS)
|
| // This notification is sent when extensions::TabHelper::SetExtensionApp is
|
| // invoked. The source is the extensions::TabHelper SetExtensionApp was
|
|
|