Chromium Code Reviews| Index: Source/modules/notifications/NotificationOptions.idl |
| diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl |
| index 7908a46c2ac8c2368d350cfc4d02234f8282e196..716ce68f4ea9ae8c1bc3eadbb29dbcf4536f7859 100644 |
| --- a/Source/modules/notifications/NotificationOptions.idl |
| +++ b/Source/modules/notifications/NotificationOptions.idl |
| @@ -17,4 +17,5 @@ dictionary NotificationOptions { |
| DOMString tag = ""; |
| DOMString icon; |
| boolean silent = false; |
| + [RuntimeEnabled=NotificationExperimental] any data = null; |
| }; |