Index: content/public/common/content_client.h |
=================================================================== |
--- content/public/common/content_client.h (revision 160170) |
+++ content/public/common/content_client.h (working copy) |
@@ -126,12 +126,6 @@ |
// Returns a native image given its id. |
virtual gfx::Image& GetNativeImageNamed(int resource_id) const; |
-#if defined(OS_WIN) |
- // Allows the embedder to sandbox a plugin, and apply a custom policy. |
- virtual bool SandboxPlugin(CommandLine* command_line, |
- sandbox::TargetPolicy* policy); |
-#endif |
- |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
// Allows the embedder to define a new |sandbox_type| by mapping it to the |
// resource ID corresponding to the sandbox profile to use. The legal values |