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

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

Issue 1750083004: Add badge to web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ee7db546646f5838b77cdec9b3e7f2c295242802..2baf657edab96a5e4222663a77e48a6ca97ae513 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.h
+++ b/third_party/WebKit/Source/modules/notifications/Notification.h
@@ -91,6 +91,7 @@ public:
String body() const;
String tag() const;
String icon() const;
+ String smallIcon() const;
NavigatorVibration::VibrationPattern vibrate(bool& isNull) const;
DOMTimeStamp timestamp() const;
bool renotify() const;

Powered by Google App Engine
This is Rietveld 408576698