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

Unified Diff: third_party/WebKit/public/platform/modules/notifications/WebNotificationData.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/public/platform/modules/notifications/WebNotificationData.h
diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
index 8df5b8344cfa68d6648b607baae8031e8d55642b..400f7264973018a4dd5ccdbd1d5acb871da16036 100644
--- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
+++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
@@ -28,6 +28,7 @@ struct WebNotificationData {
WebURL icon;
WebVector<int> vibrate;
double timestamp = 0;
+ bool renotify = false;
bool silent = false;
bool requireInteraction = false;
WebVector<char> data;
« no previous file with comments | « third_party/WebKit/Source/modules/notifications/NotificationOptions.idl ('k') | ui/message_center/notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698