| Index: chrome/browser/autocomplete/autocomplete_edit_view_win.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
|
| index d4085e9776b60c0f2eece096b931cd103d67aee8..b0c7b705e7c94d1788990d8fd96ce5834a813505 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
|
| @@ -928,9 +928,9 @@ CommandUpdater* AutocompleteEditViewWin::GetCommandUpdater() {
|
| return command_updater_;
|
| }
|
|
|
| -void AutocompleteEditViewWin::SetInstantSuggestion(const string16& suggestion) {
|
| - // On Windows, we shows the suggestion in LocationBarView.
|
| - NOTREACHED();
|
| +void AutocompleteEditViewWin::SetInstantSuggestion(const string16& suggestion,
|
| + bool animate_to_complete) {
|
| + parent_view_->SetInstantSuggestion(suggestion, animate_to_complete);
|
| }
|
|
|
| int AutocompleteEditViewWin::TextWidth() const {
|
|
|