| Index: components/nacl/loader/nacl_main_platform_delegate_mac.mm
|
| diff --git a/components/nacl/loader/nacl_main_platform_delegate_mac.mm b/components/nacl/loader/nacl_main_platform_delegate_mac.mm
|
| index b34c078652597a0abf1738e45a561b5deff71a8f..4c815d67db48bef8bebe7175084195549d6c1671 100644
|
| --- a/components/nacl/loader/nacl_main_platform_delegate_mac.mm
|
| +++ b/components/nacl/loader/nacl_main_platform_delegate_mac.mm
|
| @@ -11,15 +11,8 @@
|
| #include "components/nacl/common/nacl_switches.h"
|
| #include "content/public/common/sandbox_init.h"
|
|
|
| -NaClMainPlatformDelegate::NaClMainPlatformDelegate(
|
| - const content::MainFunctionParams& parameters)
|
| - : parameters_(parameters) {
|
| -}
|
| -
|
| -NaClMainPlatformDelegate::~NaClMainPlatformDelegate() {
|
| -}
|
| -
|
| -void NaClMainPlatformDelegate::EnableSandbox() {
|
| +void NaClMainPlatformDelegate::EnableSandbox(
|
| + const content::MainFunctionParams& parameters) {
|
| CHECK(content::InitializeSandbox(NACL_SANDBOX_TYPE_NACL_LOADER,
|
| base::FilePath()))
|
| << "Error initializing sandbox for " << switches::kNaClLoaderProcess;
|
|
|