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..504cda9e01db883fb54544890d05d7c3c92250c0 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. |
+ DOMString? contextMessage; |
+ |
// Priority ranges from -2 to 2. -2 is lowest priority. 2 is highest. Zero |
// is default. |
long? priority; |