diff options
author | Matthias Wolf <freebsd@rheinwolf.de> | 2021-08-22 08:38:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-08-22 08:42:34 +0000 |
commit | 76daa653245e62b0f8e07ef4899c0a5bb176b3da (patch) | |
tree | 4f5c6c7dd73a6466567cafab9eea70de0f20a466 /www/chromium/files/patch-chrome_common_channel__info__posix.cc | |
parent | 51c03a9dbe214e813cffd342fa040b9c753fc756 (diff) | |
download | ports-76daa653245e62b0f8e07ef4899c0a5bb176b3da.tar.gz ports-76daa653245e62b0f8e07ef4899c0a5bb176b3da.zip |
Diffstat (limited to 'www/chromium/files/patch-chrome_common_channel__info__posix.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_common_channel__info__posix.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_common_channel__info__posix.cc b/www/chromium/files/patch-chrome_common_channel__info__posix.cc index c3d10dbcde87..f96130441ac9 100644 --- a/www/chromium/files/patch-chrome_common_channel__info__posix.cc +++ b/www/chromium/files/patch-chrome_common_channel__info__posix.cc @@ -1,6 +1,6 @@ ---- chrome/common/channel_info_posix.cc.orig 2021-05-12 22:05:46 UTC +--- chrome/common/channel_info_posix.cc.orig 2021-07-19 18:45:10 UTC +++ chrome/common/channel_info_posix.cc -@@ -90,7 +90,7 @@ std::string GetChannelSuffixForDataDir() { +@@ -93,7 +93,7 @@ std::string GetChannelSuffixForDataDir() { // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -9,7 +9,7 @@ std::string GetDesktopName(base::Environment* env) { #if BUILDFLAG(GOOGLE_CHROME_BRANDING) // Google Chrome packaged as a snap is a special case: the application name -@@ -120,7 +120,7 @@ std::string GetDesktopName(base::Environment* env) { +@@ -123,7 +123,7 @@ std::string GetDesktopName(base::Environment* env) { return "chromium-browser.desktop"; #endif } |