| 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..4528e20f709df60b3756632d8ddd8632977f409a 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -92,6 +92,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*);
|
|
|