diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_crash_crash__file__uploader.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_crash_crash__file__uploader.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_crash_crash__file__uploader.cc b/devel/electron33/files/patch-remoting_host_crash_crash__file__uploader.cc deleted file mode 100644 index 3664076e9b79..000000000000 --- a/devel/electron33/files/patch-remoting_host_crash_crash__file__uploader.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"; |