Index: third_party/WebKit/Source/modules/notifications/Notification.idl |
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.idl b/third_party/WebKit/Source/modules/notifications/Notification.idl |
index 8ad23a1223573ac6d09b6509cf542ca6a931f66c..07638ae9cf27cfb1a2e776355d345d030b036831 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.idl |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.idl |
@@ -66,6 +66,7 @@ enum NotificationPermission { |
readonly attribute DOMString body; |
readonly attribute DOMString tag; |
readonly attribute USVString icon; |
+ [RuntimeEnabled=NotificationBadge] readonly attribute USVString badge; |
[RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate; |
readonly attribute DOMTimeStamp timestamp; |