| 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 2228ccbaa2c1f53aa32384580f318ec872cb6f4d..44431e37823eeb10533a9c926f7f68e48a8ae202 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -2268,7 +2268,9 @@ bool AutofillDialogControllerImpl::ShouldRepostEvent(
|
| return !view_->HitTestInput(popup_input_type_, event.location());
|
| }
|
|
|
| -void AutofillDialogControllerImpl::DidSelectSuggestion(int identifier) {
|
| +void AutofillDialogControllerImpl::DidSelectSuggestion(
|
| + int identifier,
|
| + const base::string16& value) {
|
| // TODO(estade): implement.
|
| }
|
|
|
|
|