| Index: components/omnibox/browser/omnibox_view.h
|
| diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
|
| index 5f71e1af78540b75366c2bad57fcd12d973b6a90..5245445a1b0292b0329c9752b625ce105b25b3c2 100644
|
| --- a/components/omnibox/browser/omnibox_view.h
|
| +++ b/components/omnibox/browser/omnibox_view.h
|
| @@ -90,9 +90,6 @@ class OmniboxView {
|
| // the field is empty.
|
| bool IsEditingOrEmpty() const;
|
|
|
| - // Returns the resource ID of the icon to show for the current text.
|
| - int GetIcon() const;
|
| -
|
| // Like GetIcon(), but returns a vector icon identifier.
|
| gfx::VectorIconId GetVectorIcon() const;
|
|
|
|
|