| Index: chrome/common/chrome_content_client.h
|
| ===================================================================
|
| --- chrome/common/chrome_content_client.h (revision 188116)
|
| +++ chrome/common/chrome_content_client.h (working copy)
|
| @@ -39,7 +39,10 @@
|
| int resource_id) const OVERRIDE;
|
| virtual gfx::Image& GetNativeImageNamed(int resource_id) const OVERRIDE;
|
|
|
| -#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| +#if defined(OS_WIN)
|
| + virtual void AddPolicy(CommandLine* command_line,
|
| + sandbox::TargetPolicy* policy) OVERRIDE;
|
| +#elif defined(OS_MACOSX) && !defined(OS_IOS)
|
| virtual bool GetSandboxProfileForSandboxType(
|
| int sandbox_type,
|
| int* sandbox_profile_resource_id) const OVERRIDE;
|
|
|