ports/www/iridium/patches/patch-content_zygote_zygote_linux_cc

17 lines
441 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: content/zygote/zygote_linux.cc
--- content/zygote/zygote_linux.cc.orig
+++ content/zygote/zygote_linux.cc
@@ -1,6 +1,7 @@
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#if 0
#include "content/zygote/zygote_linux.h"
@@ -706,3 +707,4 @@ void Zygote::HandleReinitializeLoggingRequest(base::Pi
}
} // namespace content
+#endif