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

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

Issue 1750083004: Add badge to web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 9 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/platform/RuntimeEnabledFeatures.in ('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 400f7264973018a4dd5ccdbd1d5acb871da16036..62af2488173d3dc0ce32ca20fe0f2178cc153c64 100644
--- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
+++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h
@@ -26,6 +26,7 @@ struct WebNotificationData {
WebString body;
WebString tag;
WebURL icon;
+ WebURL badge;
WebVector<int> vibrate;
double timestamp = 0;
bool renotify = false;
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698