diff options
Diffstat (limited to 'devel/electron37/files/patch-remoting_host_crash_crash__file__uploader.cc')
-rw-r--r-- | devel/electron37/files/patch-remoting_host_crash_crash__file__uploader.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-remoting_host_crash_crash__file__uploader.cc b/devel/electron37/files/patch-remoting_host_crash_crash__file__uploader.cc new file mode 100644 index 000000000000..3664076e9b79 --- /dev/null +++ b/devel/electron37/files/patch-remoting_host_crash_crash__file__uploader.cc @@ -0,0 +1,11 @@ +--- remoting/host/crash/crash_file_uploader.cc.orig 2024-08-14 20:55:09 UTC ++++ remoting/host/crash/crash_file_uploader.cc +@@ -44,7 +44,7 @@ constexpr char kProductNameValue[] = "Chromoting"; + + #if BUILDFLAG(IS_WIN) + constexpr char kProductNameValue[] = "Chromoting"; +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + constexpr char kProductNameValue[] = "Chromoting_Linux"; + #elif BUILDFLAG(IS_MAC) + constexpr char kProductNameValue[] = "Chromoting_Mac"; |