diff options
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h index 7123b36..90fc643 100644 --- a/chrome/browser/autocomplete/autocomplete_edit.h +++ b/chrome/browser/autocomplete/autocomplete_edit.h @@ -209,6 +209,9 @@ class AutocompleteEditModel : public NotificationObserver { // Sets the user_text_ to |text|. Only the View should call this. void SetUserText(const std::wstring& text); + // Calls through to SearchProvider::FinalizeInstantQuery. + void FinalizeInstantQuery(const std::wstring& text); + // Reverts the edit model back to its unedited state (permanent text showing, // no user input in progress). void Revert(); |