diff options
| author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-08 12:03:50 +0000 |
|---|---|---|
| committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-08 12:03:50 +0000 |
| commit | cfc23434779a43f4d67c560487cd2d8915e95d8e (patch) | |
| tree | 401bc0184aac15e06b4449fe866b1ae578189b16 /content | |
| parent | c3a536ce2527b3d0616e0440704aa2dc5c73f43e (diff) | |
| download | chromium_src-cfc23434779a43f4d67c560487cd2d8915e95d8e.zip chromium_src-cfc23434779a43f4d67c560487cd2d8915e95d8e.tar.gz chromium_src-cfc23434779a43f4d67c560487cd2d8915e95d8e.tar.bz2 | |
After reviewing the frequency list for 3rd party crashers there are a few
new items to add to the about:conflicts list.
Also changed it so that the conflicts badge gets removed once you open the
wrench menu.
BUG=67897
TEST=Please contact me for details, it is a bit involved.
Review URL: http://codereview.chromium.org/6804011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
| -rw-r--r-- | content/common/notification_type.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h index f607640..c704567 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -1080,10 +1080,9 @@ class NotificationType { // 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, + // Sent when Chrome is done scanning the module list and when the user has + // acknowledged the module incompatibility. No details are expected. + MODULE_INCOMPATIBILITY_BADGE_CHANGE, // Background App Tracking Notifications ----------------------------------- // Sent when the state of the background page tracker has changed (the |
