Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: components/omnibox/browser/omnibox_view.h

Issue 1935663002: New origin security indicator icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shorten the Views GetSecureTextColor further, thanks to pkasting. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/omnibox/browser/omnibox_view.h
diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
index aac8ecf68a1d333f84df5a30aeab04936d51e079..462070f53bbace1d8ba5d7db571c993bc5c9d973 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

Powered by Google App Engine
This is Rietveld 408576698