summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/notifications/Notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/modules/notifications/Notification.h')
-rw-r--r--third_party/WebKit/Source/modules/notifications/Notification.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
index 7e0f7e3..09e8515 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.h
+++ b/third_party/WebKit/Source/modules/notifications/Notification.h
@@ -93,6 +93,7 @@ public:
String icon() const;
NavigatorVibration::VibrationPattern vibrate(bool& isNull) const;
DOMTimeStamp timestamp() const;
+ bool renotify() const;
bool silent() const;
bool requireInteraction() const;
ScriptValue data(ScriptState*);