Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: third_party/WebKit/Source/modules/notifications/Notification.h

Issue 1656243002: Implementation of renotify flag for Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7e0f7e30af5729046b1712f5dbeee4ce964004b7..09e85154897c276b66d0ddb6bc10dcc07c416e8b 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*);

Powered by Google App Engine
This is Rietveld 408576698