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

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: Rebased. Created 4 years, 4 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/diagnostics/diagnostics_model.cc » ('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 97fc47681ee5f7b14c53a5d387aa644b2af29c44..ef58d5b81e2b1c75e0e62bd582aa78f5d34f1c2d 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
« no previous file with comments | « no previous file | chrome/browser/diagnostics/diagnostics_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698