| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 5ce6d4dab8af802dfb2e2dc3a28748d4cb6bb684..a135654bc3b376a41ab5226e7d9324dc983e23f4 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -98,7 +98,8 @@ class ServiceWorkerGlobalScopeProxy final
|
| void dispatchNotificationClickEvent(int,
|
| const WebString& notificationID,
|
| const WebNotificationData&,
|
| - int actionIndex) override;
|
| + int actionIndex,
|
| + const WebString& reply) override;
|
| void dispatchNotificationCloseEvent(int,
|
| const WebString& notificationID,
|
| const WebNotificationData&) override;
|
|
|