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 a2afe323c9bfb209fd7f0ff52b7109a28a128e90..2de91cbc18ca5514ace2e129144460c431c39b71 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.h |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
@@ -367,12 +367,8 @@ class OmniboxEditModel : public AutocompleteControllerDelegate { |
void NotifySearchTabHelper(); |
// Tries to start an Instant preview for |match|. Returns true if Instant |
- // processed the match. |suggested_text| should initially contain the current |
- // inline autocomplete text. Instant will replace it with new suggested text |
- // and set |complete_behavior| accordingly. |
- bool DoInstant(const AutocompleteMatch& match, |
- string16* suggested_text, |
- InstantCompleteBehavior* complete_behavior); |
+ // processed the match. |
+ bool DoInstant(const AutocompleteMatch& match); |
// Starts a prerender for the given |match|. |
void DoPrerender(const AutocompleteMatch& match); |