Chromium Code Reviews| 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 d49c0dfc45a7897c2f63b1eebf355161541ffcae..0c1248e636e6d282b7e70e4192d4545d9610e289 100644 |
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h |
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h |
| @@ -90,6 +90,7 @@ public: |
| String lang() const; |
| String body() const; |
| String tag() const; |
| + String image() const; |
| String icon() const; |
| String badge() const; |
| NavigatorVibration::VibrationPattern vibrate() const; |