| Index: components/omnibox/browser/omnibox_view.h
|
| diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
|
| index bb6326867433261a164c6b19a5d0760088d8df46..35a881199aabf3574b6eec351377f8976cdb7a24 100644
|
| --- a/components/omnibox/browser/omnibox_view.h
|
| +++ b/components/omnibox/browser/omnibox_view.h
|
| @@ -78,10 +78,8 @@ class OmniboxView {
|
| // Returns the resource ID of the icon to show for the current text.
|
| int GetIcon() const;
|
|
|
| - // Like GetIcon(), but returns a vector icon identifier. If |invert| is true,
|
| - // this returns an icon suitable for display in an inverted (light-on-dark)
|
| - // color scheme.
|
| - gfx::VectorIconId GetVectorIcon(bool invert) const;
|
| + // Like GetIcon(), but returns a vector icon identifier.
|
| + gfx::VectorIconId GetVectorIcon() const;
|
|
|
| // The user text is the text the user has manually keyed in. When present,
|
| // this is shown in preference to the permanent text; hitting escape will
|
|
|