Index: chrome/browser/ui/omnibox/omnibox_controller.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_controller.h b/chrome/browser/ui/omnibox/omnibox_controller.h |
index f3ce3bb9c174dbb17f8fd600d747d9b0d99b8dc5..f877d332766a6fea6d65333f665cbbfe1bbba2dc 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); |