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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 547063003: Remove the unmaintained performance monitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Devlin's comments Created 6 years, 3 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
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 690ddb432c9a587a6a497cd81efce769e76c5374..aa55aacc9069136c7b30bdaede05a67618294992 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -460,11 +460,6 @@ enum NotificationType {
// Misc --------------------------------------------------------------------
- // Sent when PerformanceMonitor has finished all the initial steps of data
- // collection and has begun passively observing. The source is the
- // PerformanceMonitor*. No details are expected.
- NOTIFICATION_PERFORMANCE_MONITOR_INITIALIZED,
-
#if defined(OS_CHROMEOS)
// Sent when a chromium os user logs in.
// The details are a chromeos::User object.

Powered by Google App Engine
This is Rietveld 408576698