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

Unified Diff: content/public/browser/payment_app_provider.h

Issue 2615063002: PaymentApp: Add interfaces for implementing InvokePaymentApp(). (Closed)
Patch Set: PaymentApp: Add interfaces for implementing InvokePaymentApp(). Created 3 years, 11 months 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
« no previous file with comments | « content/common/service_worker/service_worker_event_dispatcher.mojom ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/payment_app_provider.h
diff --git a/content/public/browser/payment_app_provider.h b/content/public/browser/payment_app_provider.h
index 022e8c655ddbb101a17dafbfc97b783bb0d3a35b..b772e8b2e1870e5347701e6800f59dfe11dbc2ba 100644
--- a/content/public/browser/payment_app_provider.h
+++ b/content/public/browser/payment_app_provider.h
@@ -35,6 +35,10 @@ class CONTENT_EXPORT PaymentAppProvider {
// Should be accessed only on the UI thread.
virtual void GetAllManifests(BrowserContext* browser_context,
const GetAllManifestsCallback& callback) = 0;
+ virtual void InvokePaymentApp(
+ BrowserContext* browser_context,
+ int64_t registration_id,
+ payments::mojom::PaymentAppRequestDataPtr data) = 0;
protected:
virtual ~PaymentAppProvider() {}
« no previous file with comments | « content/common/service_worker/service_worker_event_dispatcher.mojom ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698