aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc')
-rw-r--r--www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc
index a436ee6f07ee..fd852fcb7398 100644
--- a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc
+++ b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc
@@ -1,14 +1,14 @@
---- content/browser/browser_child_process_host_impl.cc.orig 2024-03-22 08:19:40 UTC
+--- content/browser/browser_child_process_host_impl.cc.orig 2024-04-19 13:02:56 UTC
+++ content/browser/browser_child_process_host_impl.cc
-@@ -326,6 +326,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo
- switches::kDisableBestEffortTasks,
- switches::kDisableLogging,
- switches::kEnableLogging,
+@@ -329,6 +329,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo
+ switches::kMojoCoreLibraryPath,
+ switches::kPerfettoDisableInterning,
+ switches::kTraceToConsole,
+ switches::kDisableUnveil,
- switches::kIPCConnectionTimeout,
- switches::kLogBestEffortTasks,
- switches::kLogFile,
-@@ -650,7 +651,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched()
+ };
+ cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches);
+
+@@ -644,7 +645,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched()
->child_process());
#endif