| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| index e1dd9b87d6f86b737b19b647fd940ec59ff0b429..3ea7135597bb92d0f1e048140bc5c418b4f0a942 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -2250,7 +2250,9 @@ bool AutofillDialogControllerImpl::ShouldRepostEvent(
|
| return !view_->HitTestInput(popup_input_type_, event.location());
|
| }
|
|
|
| -void AutofillDialogControllerImpl::DidSelectSuggestion(int identifier) {
|
| +void AutofillDialogControllerImpl::DidSelectSuggestion(
|
| + const base::string16& value,
|
| + int identifier) {
|
| // TODO(estade): implement.
|
| }
|
|
|
|
|