Chromium Code Reviews| 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..7e393d90bc8e2cec7cc1dd6c307e30406916a906 100644 |
| --- a/chrome/common/chrome_content_client.h |
| +++ b/chrome/common/chrome_content_client.h |
| @@ -33,6 +33,10 @@ class ChromeContentClient : public content::ContentClient { |
| virtual bool SandboxPlugin(CommandLine* command_line, |
| sandbox::TargetPolicy* policy) OVERRIDE; |
| #endif |
| + |
| +#if defined(OS_MACOSX) |
| + virtual int GetSandboxPolicyForSandboxType(int sandbox_type) const OVERRIDE; |
|
jeremy
2011/11/23 07:02:17
Can you add a comment for this function?
jochen (gone - plz use gerrit)
2011/11/23 10:57:28
There's a comment in the interface definition. We
|
| +#endif |
| }; |
| } // namespace chrome |