| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index e2467d8932054763a70176111744f2c06f45705e..81aa258878bded48f246b6ec072708ed3a443af7 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -942,6 +942,11 @@ enum NotificationType {
|
| // Used only in unit testing.
|
| NOTIFICATION_PANEL_CHANGED_EXPANSION_STATE,
|
|
|
| + // Sent from the destructor of Panel class.
|
| + // Source is the panel being deleted. No details.
|
| + // Used only in unit testing.
|
| + NOTIFICATION_PANEL_DELETED,
|
| +
|
| // Sent when panel window size is known. This is for platforms where the
|
| // window creation is async and size of the window only becomes known later.
|
| // Used only in unit testing.
|
|
|