| Index: ios/chrome/browser/ui/payments/payment_request_edit_consumer.h
|
| diff --git a/ios/chrome/browser/ui/payments/payment_request_edit_consumer.h b/ios/chrome/browser/ui/payments/payment_request_edit_consumer.h
|
| index dd2dbf7fa361b47318d684f29ea0425737ae0748..3d0751626f29555c4784208c8c4d7d4dea50830f 100644
|
| --- a/ios/chrome/browser/ui/payments/payment_request_edit_consumer.h
|
| +++ b/ios/chrome/browser/ui/payments/payment_request_edit_consumer.h
|
| @@ -15,6 +15,10 @@
|
| // Sets the list of field definitions for the editor.
|
| - (void)setEditorFields:(NSArray<EditorField*>*)fields;
|
|
|
| +// Sets the options to choose from for |field|.
|
| +- (void)setOptions:(NSArray<NSString*>*)options
|
| + forEditorField:(EditorField*)field;
|
| +
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_UI_PAYMENTS_PAYMENT_REQUEST_EDIT_CONSUMER_H_
|
|
|