| Index: third_party/WebKit/Source/modules/payments/PaymentAppManager.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManager.h b/third_party/WebKit/Source/modules/payments/PaymentAppManager.h
|
| index cbab6b55b79ebe0a3e08ff0f29d3d04a6b57a86a..58f12ae53206203168dfe0bdc14fe10d8f74c328 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppManager.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppManager.h
|
| @@ -42,6 +42,9 @@ class MODULES_EXPORT PaymentAppManager final
|
|
|
| void onSetManifest(ScriptPromiseResolver*,
|
| payments::mojom::blink::PaymentAppManifestError);
|
| + void onGetManifest(ScriptPromiseResolver*,
|
| + payments::mojom::blink::PaymentAppManifestPtr,
|
| + payments::mojom::blink::PaymentAppManifestError);
|
| void onServiceConnectionError();
|
|
|
| Member<ServiceWorkerRegistration> m_registration;
|
|
|