1// Copyright 2013 The Chromium Authors 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4 5#include "components/nacl/loader/nacl_main_platform_delegate.h" 6 7void NaClMainPlatformDelegate::EnableSandbox( 8 const content::MainFunctionParams& parameters) { 9 // The sandbox on macOS is enabled as soon as main() executes, so there is 10 // nothing to do here. 11} 12