blob: 2d9adc8328e5bc49908f2bf5aaffdf13d241772b [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_APP_IOS_APPEX_CHILD_PROCESS_SANDBOX_H_
#define CONTENT_APP_IOS_APPEX_CHILD_PROCESS_SANDBOX_H_
namespace content {
void ChildProcessEnterSandbox();
} // namespace content
#endif // CONTENT_APP_IOS_APPEX_CHILD_PROCESS_SANDBOX_H_