diff options
Diffstat (limited to 'content/shell/shell_content_client.cc')
-rw-r--r-- | content/shell/shell_content_client.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/shell/shell_content_client.cc b/content/shell/shell_content_client.cc index c6bf11f..fc6da53 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 |