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

Unified Diff: ios/chrome/browser/ui/payments/payment_request_edit_consumer.h

Issue 2893353002: [Payment Request] Address edit view controller (Part 2) (Closed)
Patch Set: Initial 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: 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_

Powered by Google App Engine
This is Rietveld 408576698