Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentAppManager.h

Issue 2506093002: PaymentApp: Implement PaymentAppManager.getManifest(). (Closed)
Patch Set: PaymentApp: Implement PaymentAppManager.getManifest(). Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698