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

Unified Diff: third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h

Issue 1388483002: Implement the Notification `timestamp` property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/modules/notifications/NotificationOptions.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 05b11f3d8e912cbcad1da709b1498e035dd55f83..8df5b8344cfa68d6648b607baae8031e8d55642b 100644
--- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
+++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
@@ -27,6 +27,7 @@ struct WebNotificationData {
WebString tag;
WebURL icon;
WebVector<int> vibrate;
+ double timestamp = 0;
bool silent = false;
bool requireInteraction = false;
WebVector<char> data;
« no previous file with comments | « third_party/WebKit/Source/modules/notifications/NotificationOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698