| Index: content/public/common/content_client.cc
|
| ===================================================================
|
| --- content/public/common/content_client.cc (revision 160170)
|
| +++ content/public/common/content_client.cc (working copy)
|
| @@ -83,13 +83,6 @@
|
| return kEmptyImage;
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| -bool ContentClient::SandboxPlugin(CommandLine* command_line,
|
| - sandbox::TargetPolicy* policy) {
|
| - return false;
|
| -}
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
| bool ContentClient::GetSandboxProfileForSandboxType(
|
| int sandbox_type,
|
|
|