diff options
Diffstat (limited to 'chrome/browser/ui/omnibox/omnibox_edit_model.cc')
-rw-r--r-- | chrome/browser/ui/omnibox/omnibox_edit_model.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc index 131bcd8..6f7c1ae 100644 --- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc @@ -304,9 +304,6 @@ void OmniboxEditModel::OnChanged() { if (!performed_instant) { // Hide any suggestions we might be showing. view_->SetInstantSuggestion(string16()); - - // No need to wait any longer for Instant. - omnibox_controller_->FinalizeInstantQuery(string16(), InstantSuggestion()); } switch (recommended_action) { |