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

Unified Diff: components/toolbar/toolbar_model_impl.cc

Issue 2601093002: Use the correct omnibox icon for extension URLs (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/toolbar_model_impl.cc
diff --git a/components/toolbar/toolbar_model_impl.cc b/components/toolbar/toolbar_model_impl.cc
index b51addad3042fb8068ed7f4f2e4f74a63cb52ea9..aa569e4ac8c11e77cdfa7f2682593b261a6b6653 100644
--- a/components/toolbar/toolbar_model_impl.cc
+++ b/components/toolbar/toolbar_model_impl.cc
@@ -70,7 +70,7 @@ security_state::SecurityLevel ToolbarModelImpl::GetSecurityLevel(
gfx::VectorIconId ToolbarModelImpl::GetVectorIcon() const {
#if !defined(OS_ANDROID) && !defined(OS_IOS)
if (GetURL().SchemeIs("chrome-extension"))
- return gfx::VectorIconId::EXTENSION;
+ return gfx::VectorIconId::OMNIBOX_EXTENSION_APP;
switch (GetSecurityLevel(false)) {
case security_state::NONE:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698