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 c377440dfd193676305f803766235c84ecf8db79..fd505fefcfb358713dedc297a8dd263b7ddc5341 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -415,7 +415,7 @@ std::string GetIconName() {
#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
return "google-chrome";
#else // BUILDFLAG(CHROMIUM_BRANDING)
- return "chromium-browser";
+ return "brave-browser";
#endif
}