diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_external_delegate.h')
-rw-r--r-- | chrome/browser/autofill/autofill_external_delegate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h index b341304..11a5341 100644 --- a/chrome/browser/autofill/autofill_external_delegate.h +++ b/chrome/browser/autofill/autofill_external_delegate.h @@ -61,8 +61,9 @@ class AutofillExternalDelegate { // used to help record the metrics of when a new popup is shown. void DidEndTextFieldEditing(); - // Inform the delegate that an autofill suggestion have been chosen. - void DidAcceptAutofillSuggestions(const string16& value, + // Inform the delegate that an autofill suggestion have been chosen. Returns + // true if the suggestion was selected. + bool DidAcceptAutofillSuggestions(const string16& value, int unique_id, unsigned index); |