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

Unified Diff: content/browser/payments/payment_app_provider_impl.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 | « components/payments/payment_app.mojom ('k') | content/browser/payments/payment_app_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/payments/payment_app_provider_impl.h
diff --git a/content/browser/payments/payment_app_provider_impl.h b/content/browser/payments/payment_app_provider_impl.h
index 127e181eef875d853b89a0b38181c618485692a1..5a5a1285eb73d2e34d7a33c7ed8a2ae5a39fe414 100644
--- a/content/browser/payments/payment_app_provider_impl.h
+++ b/content/browser/payments/payment_app_provider_impl.h
@@ -25,6 +25,10 @@ class CONTENT_EXPORT PaymentAppProviderImpl : public PaymentAppProvider {
// Should be accessed only on the UI thread.
void GetAllManifests(BrowserContext* browser_context,
const GetAllManifestsCallback& callback) override;
+ void InvokePaymentApp(
+ BrowserContext* browser_context,
+ int64_t registration_id,
+ payments::mojom::PaymentAppRequestDataPtr data) override;
private:
PaymentAppProviderImpl();
« no previous file with comments | « components/payments/payment_app.mojom ('k') | content/browser/payments/payment_app_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698