Chromium Code Reviews| Index: chrome/common/extensions/api/notifications.idl |
| diff --git a/chrome/common/extensions/api/notifications.idl b/chrome/common/extensions/api/notifications.idl |
| index da95e62c95a0c86116d435fe282fdccc2045521c..dbb97e216efe0b8468fa588c63cbef7979b42fab 100644 |
| --- a/chrome/common/extensions/api/notifications.idl |
| +++ b/chrome/common/extensions/api/notifications.idl |
| @@ -58,6 +58,10 @@ namespace notifications { |
| DOMString? iconUrl; |
| [nodoc] NotificationBitmap? iconBitmap; |
| + // Small icon |
|
dewittj
2014/06/16 18:09:55
Can you explain about the alpha mask here and wher
liyanhou
2014/06/27 03:18:40
Done.
|
| + DOMString? smallIconUrl; |
| + [nodoc] NotificationBitmap? smallIconBitmap; |
| + |
| // Title of the notification (e.g. sender name for email). |
| // <em>Required for $(ref:notifications.create)</em> method. |
| DOMString? title; |