Index: chrome/browser/ui/omnibox/omnibox_edit_model.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
index 36fb85a3da39056aff228413757dd8ca2f80ca08..fbdf14acc66657e37e42fda87e388d1296eee29e 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.h |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
@@ -138,10 +138,6 @@ class OmniboxEditModel { |
// Sets the user_text_ to |text|. Only the View should call this. |
void SetUserText(const string16& text); |
- // Calls through to SearchProvider::FinalizeInstantQuery. |
- void FinalizeInstantQuery(const string16& input_text, |
- const InstantSuggestion& suggestion); |
- |
// Sets the suggestion text. |
void SetInstantSuggestion(const InstantSuggestion& suggestion); |