| Index: third_party/WebKit/Source/modules/notifications/Notification.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| index 23fe5b817e771fdc57a015e78ada06f944eab41b..335a76b7d4d9c75cd93a80eba211ba8d1fb938e7 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -93,6 +93,7 @@ public:
|
| NavigatorVibration::VibrationPattern vibrate(bool& isNull) const;
|
| DOMTimeStamp timestamp() const;
|
| bool silent() const;
|
| + bool renotify() const;
|
| bool requireInteraction() const;
|
| ScriptValue data(ScriptState*);
|
| HeapVector<NotificationAction> actions() const;
|
|
|