| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 9393)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -529,6 +529,11 @@
|
| // Sent when new extensions are installed. The details are a FilePath.
|
| EXTENSION_INSTALLED,
|
|
|
| + // Debugging ---------------------------------------------------------------
|
| +
|
| + // Sent from ~RenderViewHost. The source is the RenderViewHost.
|
| + RENDER_VIEW_HOST_DELETED,
|
| +
|
| // Count (must be last) ----------------------------------------------------
|
| // Used to determine the number of notification types. Not valid as
|
| // a type parameter when registering for or posting notifications.
|
|
|