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 065e3b9e6d4eca12c49c79dc7cdd9630cdbd6e10..68af8e1882702511e61918f00048e58c2096eb5c 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 badge() const; |
NavigatorVibration::VibrationPattern vibrate(bool& isNull) const; |
DOMTimeStamp timestamp() const; |
bool renotify() const; |