| 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..71cce7cc2530c782e50bb9aa27d92a2b6fa7501c 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| @@ -258,6 +258,11 @@ DOMTimeStamp Notification::timestamp() const
|
| return m_data.timestamp;
|
| }
|
|
|
| +bool Notification::renotify() const
|
| +{
|
| + return m_data.renotify;
|
| +}
|
| +
|
| bool Notification::silent() const
|
| {
|
| return m_data.silent;
|
|
|