| Index: content/app/content_main.cc
|
| diff --git a/content/app/content_main.cc b/content/app/content_main.cc
|
| index 5720b490d3c0614541fe9b41b27095f16123111b..b5d38ba2fdc30f2a100c60a38343de0a0bcb59d1 100644
|
| --- a/content/app/content_main.cc
|
| +++ b/content/app/content_main.cc
|
| @@ -433,7 +433,7 @@ int ContentMain(int argc,
|
| // On OS X the renderer sandbox needs to be initialized later in the startup
|
| // sequence in RendererMainPlatformDelegate::EnableSandbox().
|
| } else {
|
| - CHECK(content::InitializeSandbox());
|
| + CHECK(content::InitializeSandboxFromProcessType());
|
| }
|
| #endif
|
|
|
|
|