diff options
Diffstat (limited to 'www/iridium/files/patch-services_service__manager_zygote_zygote__linux.cc')
-rw-r--r-- | www/iridium/files/patch-services_service__manager_zygote_zygote__linux.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/iridium/files/patch-services_service__manager_zygote_zygote__linux.cc b/www/iridium/files/patch-services_service__manager_zygote_zygote__linux.cc new file mode 100644 index 000000000000..61cc883b5421 --- /dev/null +++ b/www/iridium/files/patch-services_service__manager_zygote_zygote__linux.cc @@ -0,0 +1,15 @@ +--- services/service_manager/zygote/zygote_linux.cc.orig 2019-03-11 22:01:02 UTC ++++ services/service_manager/zygote/zygote_linux.cc +@@ -1,6 +1,7 @@ + // Copyright (c) 2012 The Chromium Authors. All rights reserved. + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. ++#if 0 + + #include "services/service_manager/zygote/zygote_linux.h" + +@@ -664,3 +665,4 @@ bool Zygote::HandleGetSandboxStatus(int fd, base::Pick + } + + } // namespace service_manager ++#endif |