| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index d508a435f9f710c96d3621a99393d46dc93374a2..758dfdee98bde64f076c66a42041e0d6ab590aa4 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -966,6 +966,11 @@ enum NotificationType {
|
| // Used only in unit testing.
|
| NOTIFICATION_PANEL_CHANGED_ACTIVE_STATUS,
|
|
|
| + // Sent when panel is switched between different layout states.
|
| + // The source is the Panel, no details.
|
| + // Used only in unit testing.
|
| + NOTIFICATION_PANEL_CHANGED_LAYOUT_STATE,
|
| +
|
| // Sent when panel is minimized/restored/shows title only etc.
|
| // The source is the Panel, no details.
|
| // Used only in unit testing.
|
|
|