Chromium Code Reviews| 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 50aec0e83bf61f4d268d12c0657b3dc5020f4a61..8cbe7e8d3f5f12bd1c10880f0ef63f919e9c89bb 100644 |
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h |
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h |
| @@ -44,6 +44,7 @@ class WebServiceWorkerRequest; |
| class WebServiceWorkerResponse; |
| class WebString; |
| struct WebNotificationData; |
| +struct WebPaymentAppRequestData; |
| struct WebServiceWorkerClientInfo; |
| struct WebServiceWorkerError; |
| @@ -96,6 +97,9 @@ class WebServiceWorkerContextProxy { |
| const WebString& tag, |
| LastChanceOption) = 0; |
| + virtual void dispatchPaymentRequestEvent(int eventID, |
| + const WebPaymentAppRequestData&) = 0; |
|
haraken
2016/11/24 04:41:54
Who calls this public method? I couldn't find it i
shimazu
2016/11/24 05:00:24
drive by:
I'm now mojofying IPCs related to dispat
|
| + |
| virtual void onNavigationPreloadResponse( |
| int fetchEventID, |
| std::unique_ptr<WebServiceWorkerResponse>, |