| Index: third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| index d10d36a7443f73bcfe45995867f3415874336f24..961381abd5a57dad092a4e55c3a5929f8688cc5d 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| @@ -263,6 +263,11 @@ bool Notification::silent() const
|
| return m_data.silent;
|
| }
|
|
|
| +bool Notification::renotify() const
|
| +{
|
| + return m_data.renotify;
|
| +}
|
| +
|
| bool Notification::requireInteraction() const
|
| {
|
| return m_data.requireInteraction;
|
|
|