diff options
Diffstat (limited to 'www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc')
-rw-r--r-- | www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc b/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc deleted file mode 100644 index 72c022d67d2b..000000000000 --- a/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- services/tracing/public/cpp/trace_startup.cc.orig 2025-07-02 06:08:04 UTC -+++ services/tracing/public/cpp/trace_startup.cc -@@ -66,7 +66,7 @@ void EnableStartupTracingIfNeeded(bool with_thread) { - // Create the PerfettoTracedProcess. - if (with_thread) { - g_tracing_with_thread = true; --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - PerfettoTracedProcess::MaybeCreateInstanceWithThread( - /*will_trace_thread_restart=*/true); - #else |