diff options
Diffstat (limited to 'chrome/browser/ui/omnibox/omnibox_controller.h')
-rw-r--r-- | chrome/browser/ui/omnibox/omnibox_controller.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/omnibox/omnibox_controller.h b/chrome/browser/ui/omnibox/omnibox_controller.h index f3ce3bb..f877d33 100644 --- a/chrome/browser/ui/omnibox/omnibox_controller.h +++ b/chrome/browser/ui/omnibox/omnibox_controller.h @@ -67,10 +67,6 @@ class OmniboxController : public AutocompleteControllerDelegate { bool just_deleted_text, bool keyword_is_selected); - // Calls through to SearchProvider::FinalizeInstantQuery. - void FinalizeInstantQuery(const string16& input_text, - const InstantSuggestion& suggestion); - // Sets the suggestion text. void SetInstantSuggestion(const InstantSuggestion& suggestion); |