| 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 1fdb5a6bf1acb7fc669be328278d1fffe97ab712..adc7600747a698f8ef4bd7a252e29471e69d0836 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -2276,7 +2276,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.
|
| }
|
|
|
|
|