1 --- src/3rdparty/chromium/content/zygote/zygote_linux.cc.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/content/zygote/zygote_linux.cc 3 @@ -1,6 +1,7 @@ 4 // Copyright 2012 The Chromium Authors 5 // Use of this source code is governed by a BSD-style license that can be 6 // found in the LICENSE file. 7 +#if 0 8 9 #ifdef UNSAFE_BUFFERS_BUILD 10 // TODO(crbug.com/342213636): Remove this and spanify to fix the errors. 11 @@ -709,3 +710,4 @@ void Zygote::HandleReinitializeLoggingRequest(base::Pi 12 } 13 14 } // namespace content 15 +#endif 16