chromium/content/common/zygote/sandbox_support_linux.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/public/common/zygote/sandbox_support_linux.h"

#include "base/pickle.h"
#include "base/posix/global_descriptors.h"
#include "base/posix/unix_domain_socket.h"
#include "content/public/common/content_descriptors.h"
#include "sandbox/policy/linux/sandbox_linux.h"

namespace content {

int SharedMemoryIPCSupport::MakeSharedMemorySegment(size_t length,
                                                    bool executable) {}

int GetSandboxFD() {}

}  // namespace content