| Index: third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl b/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| index bae659f6588d0becf4553ee8f444a96ff186bb73..1166d8aa678995420bf080bb92315a330ea58df4 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl
|
| @@ -14,6 +14,7 @@ enum PushEncryptionKeyName {
|
| RuntimeEnabled=PushMessaging,
|
| ] interface PushSubscription {
|
| readonly attribute USVString endpoint;
|
| + readonly attribute DOMTimeStamp? expirationTime;
|
| [SameObject] readonly attribute PushSubscriptionOptions options;
|
|
|
| ArrayBuffer? getKey(PushEncryptionKeyName name);
|
|
|