summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/autofill/form_suggestion_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/chrome/browser/autofill/form_suggestion_label.h')
-rw-r--r--ios/chrome/browser/autofill/form_suggestion_label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/chrome/browser/autofill/form_suggestion_label.h b/ios/chrome/browser/autofill/form_suggestion_label.h
index 44a784b..15eb877 100644
--- a/ios/chrome/browser/autofill/form_suggestion_label.h
+++ b/ios/chrome/browser/autofill/form_suggestion_label.h
@@ -21,6 +21,8 @@
// |suggestion| and width in |proposedFrame| is ignored.
- (id)initWithSuggestion:(FormSuggestion*)suggestion
proposedFrame:(CGRect)proposedFrame
+ index:(NSUInteger)index
+ numSuggestions:(NSUInteger)numSuggestions
client:(id<FormSuggestionViewClient>)client;
@end