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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 2037883004: [Win] Add reporting of total number of modules loaded in browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor locking, add support for catalogs. Created 4 years, 5 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 0ea5fa63ab08c4ecacb63d4f01f16b6320f0ea9b..baca328db70e112c5081fd99cdfb0a80599c14e6 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -294,16 +294,6 @@ enum NotificationType {
// No details are expected.
NOTIFICATION_OUTDATED_INSTALL_NO_AU,
- // Software incompatibility notifications ----------------------------------
-
- // Sent when Chrome has finished compiling the list of loaded modules (and
- // other modules of interest). No details are expected.
- NOTIFICATION_MODULE_LIST_ENUMERATED,
-
- // Sent when Chrome is done scanning the module list and when the user has
- // acknowledged the module incompatibility. No details are expected.
- NOTIFICATION_MODULE_INCOMPATIBILITY_ICON_CHANGE,
-
// Content Settings --------------------------------------------------------
// Sent when the collect cookies dialog is shown. The source is a

Powered by Google App Engine
This is Rietveld 408576698