| Index: content/shell/shell_content_client.cc
|
| diff --git a/content/shell/shell_content_client.cc b/content/shell/shell_content_client.cc
|
| index c6bf11ff2fcb1ad0a4cccba1bcdb139be2b21bda..fc6da530ffc8a8d26ad2190305cad0abf2c60f23 100644
|
| --- a/content/shell/shell_content_client.cc
|
| +++ b/content/shell/shell_content_client.cc
|
| @@ -54,4 +54,12 @@ bool ShellContentClient::SandboxPlugin(CommandLine* command_line,
|
| }
|
| #endif
|
|
|
| +#if defined(OS_MACOSX)
|
| +bool ShellContentClient::GetSandboxProfileForSandboxType(
|
| + int sandbox_type,
|
| + int* sandbox_profile_resource_id) const {
|
| + return false;
|
| +}
|
| +#endif
|
| +
|
| } // namespace content
|
|
|