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; |