| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 8301388d08605fef2f18f0cf21d14b33d3b2a084..fc62ebbfd8dc9dffc64148683081c23fcf68f2d2 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1225,6 +1225,10 @@ enum NotificationType {
|
| // Used only in unit testing.
|
| NOTIFICATION_PANEL_WINDOW_SIZE_KNOWN,
|
|
|
| + // Sent when panel app icon is loaded.
|
| + // Used only in unit testing.
|
| + NOTIFICATION_PANEL_APP_ICON_LOADED,
|
| +
|
| // Sent when panel strip get updated.
|
| // The source is the PanelStrip, no details.
|
| // Used only in coordination with notification balloons.
|
|
|