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

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

Issue 1935663002: New origin security indicator icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make invalid_invert white instead of red in white round-rect. 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.cc
diff --git a/components/omnibox/browser/omnibox_view.cc b/components/omnibox/browser/omnibox_view.cc
index 040058110f8b306908d97da35b543b67dc424af1..f7deb159751effc36d0b3bc4d6e345fff46f9785 100644
--- a/components/omnibox/browser/omnibox_view.cc
+++ b/components/omnibox/browser/omnibox_view.cc
@@ -102,7 +102,7 @@ gfx::VectorIconId OmniboxView::GetVectorIcon(bool invert) const {
gfx::VectorIconId id = AutocompleteMatch::TypeToVectorIcon(
model_ ? model_->CurrentTextType()
: AutocompleteMatchType::URL_WHAT_YOU_TYPED);
- // but use a tweaked version for the HTTP icon.
+ // but use a different version for the HTTP icon.
return (id == gfx::VectorIconId::OMNIBOX_HTTP)
? gfx::VectorIconId::LOCATION_BAR_HTTP
: id;
« no previous file with comments | « no previous file | ui/gfx/vector_icons/location_bar_http.icon » ('j') | ui/gfx/vector_icons/location_bar_https_invalid.icon » ('J')

Powered by Google App Engine
This is Rietveld 408576698