| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 7f71b55522cbeda4fb7ec9131c53e3fb3c9de7bf..da334be62d7fb4e64935b11c3f69119ce550294e 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -214,8 +214,7 @@ class LocationBarView : public LocationBar,
|
| gfx::Point GetLocationEntryOrigin() const;
|
|
|
| // Invoked from OmniboxViewWin to show the instant suggestion.
|
| - void SetInstantSuggestion(const string16& text,
|
| - bool animate_to_complete);
|
| + void SetInstantSuggestion(const string16& text);
|
|
|
| // Returns the current instant suggestion text.
|
| string16 GetInstantSuggestion() const;
|
|
|