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

Unified Diff: ios/chrome/browser/autofill/form_input_accessory_view.h

Issue 1305433003: Make Autofill work again on iPads running iOS 9. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/form_input_accessory_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/autofill/form_input_accessory_view.h
diff --git a/ios/chrome/browser/autofill/form_input_accessory_view.h b/ios/chrome/browser/autofill/form_input_accessory_view.h
index b8992a5169338dcf3039d7a0308070f326823d2b..25c0ab449433a57772ba043f76dc9d31c8218663 100644
--- a/ios/chrome/browser/autofill/form_input_accessory_view.h
+++ b/ios/chrome/browser/autofill/form_input_accessory_view.h
@@ -24,6 +24,9 @@
leftFrame:(CGRect)leftFrame
rightFrame:(CGRect)rightFrame;
+// Initializes with |frame| to show |customView|. Navigation controls are not
+// shown.
+- (instancetype)initWithFrame:(CGRect)frame customView:(UIView*)customView;
@end
#endif // IOS_CHROME_BROWSER_AUTOFILL_FORM_INPUT_ACCESSORY_VIEW_H_
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/form_input_accessory_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698