Files
brave-core/patches/chrome-browser-shell_integration_linux.cc.patch
T

14 lines
515 B
Diff

diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
index 94c5e9be9e9a42740a06c04e08f140e27b3686aa..9a5c4c0da00548a86ef98fbb44e91329e076fdc2 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -461,7 +461,7 @@ std::string GetIconName() {
#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
return "google-chrome";
#else // BUILDFLAG(CHROMIUM_BRANDING)
- return "chromium-browser";
+ return "brave-browser";
#endif
}