| // 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_ |