| Index: chrome/browser/autofill/autofill_external_delegate.h
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h
|
| index b3413045783364221bb638a2667de391959e6d68..11a53413bf802a92ca30e2deeea7caeb399ccc6d 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);
|
|
|
|
|