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

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

Issue 2898223002: PaymentHandler: Rename PaymentAppRequest with PaymentRequestEventData. (Closed)
Patch Set: Rename Created 3 years, 7 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/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 1d50554c5ce582045e6116e91e873310739306ac..8f44e4e9f74077a9483a396fe208cbdff43ab46a 100644
--- a/content/public/browser/payment_app_provider.h
+++ b/content/public/browser/payment_app_provider.h
@@ -45,7 +45,7 @@ class CONTENT_EXPORT PaymentAppProvider {
virtual void InvokePaymentApp(
BrowserContext* browser_context,
int64_t registration_id,
- payments::mojom::PaymentAppRequestPtr app_request,
+ payments::mojom::PaymentRequestEventDataPtr event_data,
const InvokePaymentAppCallback& callback) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698