| 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 e078296f60b68f88897b364d3fff4abaaa05853d..b9adba24e4c8c4392580892dd43b3de61fc14c8e 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;
|
|
|