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

Unified Diff: content/browser/payments/payment_app_provider_impl.cc

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
Index: content/browser/payments/payment_app_provider_impl.cc
diff --git a/content/browser/payments/payment_app_provider_impl.cc b/content/browser/payments/payment_app_provider_impl.cc
index 0d88e87924f453dcbab518c9e667a13437863f02..5f90d1c5d65ce0c2ddd288e6651f3a313f5af63a 100644
--- a/content/browser/payments/payment_app_provider_impl.cc
+++ b/content/browser/payments/payment_app_provider_impl.cc
@@ -57,6 +57,13 @@ void PaymentAppProviderImpl::GetAllManifests(
base::Bind(&GetAllManifestsOnIO, payment_app_context, callback));
}
+void PaymentAppProviderImpl::InvokePaymentApp(
+ BrowserContext* browser_context,
+ int64_t registration_id,
+ payments::mojom::PaymentAppRequestDataPtr data) {
+ NOTIMPLEMENTED();
+}
+
PaymentAppProviderImpl::PaymentAppProviderImpl() {}
PaymentAppProviderImpl::~PaymentAppProviderImpl() {}
« no previous file with comments | « content/browser/payments/payment_app_provider_impl.h ('k') | content/browser/service_worker/embedded_worker_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698