diff options
Diffstat (limited to 'www/chromium/files/patch-content_browser_utility__process__host.cc')
-rw-r--r-- | www/chromium/files/patch-content_browser_utility__process__host.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_browser_utility__process__host.cc b/www/chromium/files/patch-content_browser_utility__process__host.cc index e95d5120dcaf..4c500a668f4d 100644 --- a/www/chromium/files/patch-content_browser_utility__process__host.cc +++ b/www/chromium/files/patch-content_browser_utility__process__host.cc @@ -1,15 +1,15 @@ ---- content/browser/utility_process_host.cc.orig 2021-09-24 04:26:05 UTC +--- content/browser/utility_process_host.cc.orig 2021-12-31 00:57:32 UTC +++ content/browser/utility_process_host.cc -@@ -68,7 +68,7 @@ UtilityProcessHost::UtilityProcessHost() +@@ -69,7 +69,7 @@ UtilityProcessHost::UtilityProcessHost() UtilityProcessHost::UtilityProcessHost(std::unique_ptr<Client> client) - : sandbox_type_(sandbox::policy::SandboxType::kUtility), + : sandbox_type_(sandbox::mojom::Sandbox::kUtility), -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) child_flags_(ChildProcessHost::CHILD_ALLOW_SELF), #else child_flags_(ChildProcessHost::CHILD_NORMAL), -@@ -233,8 +233,8 @@ bool UtilityProcessHost::StartProcess() { +@@ -229,8 +229,8 @@ bool UtilityProcessHost::StartProcess() { sandbox::policy::switches::kNoSandbox, // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. |