| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 6c252e1beaf548deaf4fa329c696d0e79ac57e61..d925c34a5af0cf5273ff6b1d56c8da04038ddeff 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -33,6 +33,12 @@ class ChromeContentClient : public content::ContentClient {
|
| virtual bool SandboxPlugin(CommandLine* command_line,
|
| sandbox::TargetPolicy* policy) OVERRIDE;
|
| #endif
|
| +
|
| +#if defined(OS_MACOSX)
|
| + virtual bool GetSandboxProfileForSandboxType(
|
| + int sandbox_type,
|
| + int* sandbox_profile_resource_id) const OVERRIDE;
|
| +#endif
|
| };
|
|
|
| } // namespace chrome
|
|
|