| Index: chrome/common/extensions/api/notifications.idl
|
| diff --git a/chrome/common/extensions/api/notifications.idl b/chrome/common/extensions/api/notifications.idl
|
| index 2330c4de8c0dba8585a7d95db76b7afbcc91d72b..d86a464f5183196d94a333909ea2588420725196 100644
|
| --- a/chrome/common/extensions/api/notifications.idl
|
| +++ b/chrome/common/extensions/api/notifications.idl
|
| @@ -53,6 +53,9 @@ namespace notifications {
|
| // Main notification content.
|
| DOMString? message;
|
|
|
| + // Alternate notification content with a lower-weight font.
|
| + [nodoc] DOMString? contextMessage;
|
| +
|
| // Priority ranges from -2 to 2. -2 is lowest priority. 2 is highest. Zero
|
| // is default.
|
| long? priority;
|
|
|