| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| index 4f262ec2db1da482ebc2c76c0adc0f8477951fcc..e54f7c638f7d45ff19b12e43d6b53a50a7663f2e 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| @@ -78,7 +78,8 @@ class WebServiceWorkerContextProxy {
|
| virtual void dispatchNotificationClickEvent(int eventID,
|
| const WebString& notificationID,
|
| const WebNotificationData&,
|
| - int actionIndex) = 0;
|
| + int actionIndex,
|
| + const WebString& reply) = 0;
|
| virtual void dispatchNotificationCloseEvent(int eventID,
|
| const WebString& notificationID,
|
| const WebNotificationData&) = 0;
|
|
|