| Index: components/omnibox/browser/omnibox_edit_model.cc
|
| diff --git a/components/omnibox/browser/omnibox_edit_model.cc b/components/omnibox/browser/omnibox_edit_model.cc
|
| index e6efb0ef9ae6da3123bca1562c6be6fa2192e38a..e194a039dbbb0fd543ecd3330297832b5b5f05f7 100644
|
| --- a/components/omnibox/browser/omnibox_edit_model.cc
|
| +++ b/components/omnibox/browser/omnibox_edit_model.cc
|
| @@ -451,8 +451,7 @@ void OmniboxEditModel::SetInputInProgress(bool in_progress) {
|
| autocomplete_controller()->ResetSession();
|
| }
|
|
|
| - controller_->GetToolbarModel()->set_input_in_progress(in_progress);
|
| - controller_->UpdateWithoutTabRestore();
|
| + controller_->OnInputInProgress(in_progress);
|
|
|
| if (user_input_in_progress_ || !in_revert_)
|
| client_->OnInputStateChanged();
|
|
|