Chromium Code Reviews| Index: ios/chrome/browser/payments/payment_request_view_controller.h |
| diff --git a/ios/chrome/browser/payments/payment_request_view_controller.h b/ios/chrome/browser/payments/payment_request_view_controller.h |
| index f28ab1f9a7e0cd555291960d5de510b5a57d5fa9..583266b05ae3d4c322d614ca23f3d1f58d812254 100644 |
| --- a/ios/chrome/browser/payments/payment_request_view_controller.h |
| +++ b/ios/chrome/browser/payments/payment_request_view_controller.h |
| @@ -57,6 +57,9 @@ extern NSString* const kPaymentRequestCollectionViewId; |
| // The host of the page invoking the Payment Request API. |
| @property(nonatomic, copy) NSString* pageHost; |
| +// Whether or not the view is in a pending state. |
| +@property(nonatomic, assign) BOOL isPending; |
|
lpromero
2017/02/23 15:27:52
Nit:
@property(nonatomic, assign, getter="isPendin
Moe
2017/02/23 16:22:27
Done.
|
| + |
| // The delegate to be notified when the user confirms or cancels the request. |
| @property(nonatomic, weak) id<PaymentRequestViewControllerDelegate> delegate; |