2

I am building my browser from Chromium on Windows. I carried out steps from this page: https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md

It builds successfully and browser runs well. I also rebranded all pics in src\chrome\app\theme\chromium, but the logo icons in GUI are still chromium ones

enter image description here

Where can I change these in code?

Asesh
  • 3,186
  • 2
  • 21
  • 31
herb
  • 139
  • 8

2 Answers2

2

To change those logo you can refer to my answer here

Now to change the vectorized icon which is displayed in the tab bar, you should modify this file

components/omnibox/browser/vector_icons/product.icon

You can find more info about vectorized icons here

This is how the code of vectorized icon looks like here

Hope that helps!

Asesh
  • 3,186
  • 2
  • 21
  • 31
0

change the chromium icon:

In settings page

ui/webui/resources/images/chrome_logo_dark.svg

In new page favicon

src/chrome/app/theme/default_100_percent/favicon_ntp.png
src/chrome/app/theme/default_200_percent/favicon_ntp.png

In address bar

chromium/src/components/omnibox/broswer/vector_icons/product.icon