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

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 5 years, 2 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 05b11f3d8e912cbcad1da709b1498e035dd55f83..d8b4895406aaf690d1b97019f78216515188a761 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.;
johnme 2015/10/20 17:12:21 Micro-nit: no '.' https://www.chromium.org/blink/c
Peter Beverloo 2016/01/28 17:18:29 Done.
bool silent = false;
bool requireInteraction = false;
WebVector<char> data;

Powered by Google App Engine
This is Rietveld 408576698