nacl_main_platform_delegate_mac.mm 434 B

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