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..e3a6159b36bc07c3b1423afbb18813cbd6b10ea3 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 GetSandboxProfileForSandboxType(int sandbox_type) const OVERRIDE; |
|
jeremy
2011/11/24 16:42:04
Can you add a comment on legal values for |sandbox
jochen (gone - plz use gerrit)
2011/11/24 20:08:35
I'll add the comment to the interface. We usually
|
| +#endif |
| }; |
| } // namespace chrome |