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 81890f3c5adc5f07bf553c73dfc637c7bdf4daf9..13fd7e81c621a88010f0b1a9eb86baebaed5f487 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.h |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
@@ -176,10 +176,6 @@ class OmniboxEditModel : public AutocompleteControllerDelegate { |
// TODO: can the return type be void? |
bool CommitSuggestedText(bool skip_inline_autocomplete); |
- // Accepts the currently showing Instant preview, if any, and returns true. |
- // Returns false if there is no Instant preview showing. |
- bool AcceptCurrentInstantPreview(); |
- |
// Invoked any time the text may have changed in the edit. Updates Instant and |
// notifies the controller. |
void OnChanged(); |