| Index: third_party/WebKit/public/platform/modules/notifications/WebNotificationAction.h
|
| diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationAction.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationAction.h
|
| index c42b47d1384e4cf656f8ac6b4cc11679dcef5239..cd09789f5602f2cfb8566a563bfee5b7d73bf06d 100644
|
| --- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationAction.h
|
| +++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationAction.h
|
| @@ -15,6 +15,8 @@ struct WebNotificationAction {
|
| WebString action;
|
| WebString title;
|
| WebURL icon;
|
| + WebString type;
|
| + WebString placeholder;
|
| };
|
|
|
| } // namespace blink
|
|
|