Chromium Code Reviews| 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..ddd32d8ad2ece18c5888b68201b60537a1034904 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 icon is known. |
| + // Used only in unit testing. |
| + NOTIFICATION_PANEL_ICON_KNOWN, |
|
jennb
2012/10/02 17:51:08
"known" is vague. How about NOTIFICATION_PANEL_APP
jianli
2012/10/02 21:37:26
Done.
|
| + |
| // Sent when panel strip get updated. |
| // The source is the PanelStrip, no details. |
| // Used only in coordination with notification balloons. |