| Index: chrome/browser/autocomplete/autocomplete_edit_view.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view.h b/chrome/browser/autocomplete/autocomplete_edit_view.h
|
| index 1925983efcbe87b5360e4230320b8856482df4bf..99951f864f64d4d477597e7a5bb4fca04295a014 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view.h
|
| @@ -159,8 +159,10 @@ class AutocompleteEditView {
|
| // Returns the command updater for this view.
|
| virtual CommandUpdater* GetCommandUpdater() = 0;
|
|
|
| - // Shows the instant suggestion text.
|
| - virtual void SetInstantSuggestion(const string16& input) = 0;
|
| + // Shows the instant suggestion text. If |animate_to_complete| is true the
|
| + // view should start an animation that when done commits the text.
|
| + virtual void SetInstantSuggestion(const string16& input,
|
| + bool animate_to_complete) = 0;
|
|
|
| // Returns the current instant suggestion text.
|
| virtual string16 GetInstantSuggestion() const = 0;
|
|
|