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

Unified Diff: chrome/common/notification_type.h

Issue 4524002: First cut of the about:conflicts page, listing all DLLs loaded in the Chrome ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 65039)
+++ chrome/common/notification_type.h (working copy)
@@ -1004,6 +1004,17 @@
// expected.
UPGRADE_RECOMMENDED,
+ // Software incompatibility notifications ----------------------------------
+
+ // Sent when Chrome has finished compiling the list of loaded modules (and
+ // other modules of interest). No details are expected.
+ MODULE_LIST_ENUMERATED,
+
+ // Sent when Chrome detects an incompatible module. Details is a boolean
+ // specifying true if one or more confirmed bad modules were found or false
+ // if only suspected bad modules were found.
+ MODULE_INCOMPATIBILITY_DETECTED,
+
// Accessibility Notifications ---------------------------------------------
// Notification that a window in the browser UI (not the web content)

Powered by Google App Engine
This is Rietveld 408576698