aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_process__singleton__posix.cc')
-rw-r--r--www/chromium/files/patch-chrome_browser_process__singleton__posix.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc b/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc
index 6d673f8961bc..12561beaa09d 100644
--- a/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc
+++ b/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc
@@ -1,4 +1,4 @@
---- chrome/browser/process_singleton_posix.cc.orig 2021-04-14 18:40:54 UTC
+--- chrome/browser/process_singleton_posix.cc.orig 2021-05-12 22:05:44 UTC
+++ chrome/browser/process_singleton_posix.cc
@@ -95,12 +95,12 @@
#include "net/base/network_interfaces.h"
@@ -21,8 +21,8 @@
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- base::string16 relaunch_button_text = l10n_util::GetStringUTF16(
- IDS_PROFILE_IN_USE_LINUX_RELAUNCH);
+ std::u16string relaunch_button_text =
+ l10n_util::GetStringUTF16(IDS_PROFILE_IN_USE_LINUX_RELAUNCH);
return ShowProcessSingletonDialog(error, relaunch_button_text);
@@ -874,7 +874,7 @@ ProcessSingleton::NotifyResult ProcessSingleton::Notif
return PROCESS_NONE;