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

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..197d37a9e4d06b8d9ceed16219319fc19af01aa7 100644
--- a/content/browser/payments/payment_app_provider_impl.cc
+++ b/content/browser/payments/payment_app_provider_impl.cc
@@ -61,4 +61,11 @@ PaymentAppProviderImpl::PaymentAppProviderImpl() {}
PaymentAppProviderImpl::~PaymentAppProviderImpl() {}
+void PaymentAppProviderImpl::InvokePaymentApp(
please use gerrit instead 2017/01/09 14:42:12 Needs to be under GetAllManifests() to keep the or
zino 2017/01/09 18:06:14 When I wrote this code at first time, I kept the o
+ BrowserContext* browser_context,
+ int64_t registration_id,
+ payments::mojom::PaymentAppRequestDataPtr data) {
+ NOTIMPLEMENTED();
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698