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

Unified Diff: chrome/browser/ui/views/payments/shipping_option_view_controller.h

Issue 2748133004: [Payments] View controllers no longer have access to PaymentRequest (Closed)
Patch Set: Initial Created 3 years, 9 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: chrome/browser/ui/views/payments/shipping_option_view_controller.h
diff --git a/chrome/browser/ui/views/payments/shipping_option_view_controller.h b/chrome/browser/ui/views/payments/shipping_option_view_controller.h
index e3f7827c4d819ce1c9934a9c159b09e36000d13a..7f0822f892a7ee57e3c0d3b1d258ba2246fda5bf 100644
--- a/chrome/browser/ui/views/payments/shipping_option_view_controller.h
+++ b/chrome/browser/ui/views/payments/shipping_option_view_controller.h
@@ -11,9 +11,13 @@
namespace payments {
+class PaymentRequestSpec;
+class PaymentRequestState;
+
class ShippingOptionViewController : public PaymentRequestSheetController {
public:
- ShippingOptionViewController(PaymentRequest* request,
+ ShippingOptionViewController(PaymentRequestSpec* spec,
+ PaymentRequestState* state,
PaymentRequestDialogView* dialog);
~ShippingOptionViewController() override;

Powered by Google App Engine
This is Rietveld 408576698