| Index: components/omnibox/browser/omnibox_view.h
|
| diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
|
| index 5245445a1b0292b0329c9752b625ce105b25b3c2..5f71e1af78540b75366c2bad57fcd12d973b6a90 100644
|
| --- a/components/omnibox/browser/omnibox_view.h
|
| +++ b/components/omnibox/browser/omnibox_view.h
|
| @@ -90,6 +90,9 @@
|
| // 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;
|
|
|
|
|