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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 673013002: Remove OTIFICATION_METRIC_EVENT_DURATION that no-one is observing (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: remove details Created 6 years, 2 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 | « no previous file | chrome/browser/metrics/metric_event_duration_details.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 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
« no previous file with comments | « no previous file | chrome/browser/metrics/metric_event_duration_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698