Index: content/public/common/content_client.h |
=================================================================== |
--- content/public/common/content_client.h (revision 188116) |
+++ content/public/common/content_client.h (working copy) |
@@ -133,7 +133,11 @@ |
// Returns a native image given its id. |
virtual gfx::Image& GetNativeImageNamed(int resource_id) const; |
-#if defined(OS_MACOSX) && !defined(OS_IOS) |
+#if defined(OS_WIN) |
+ // Allows the embedder to modify the sandbox policy of a process. |
+ virtual void AddPolicy(CommandLine* command_line, |
+ sandbox::TargetPolicy* policy) {} |
+#elif 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 |
// for |sandbox_type| are defined by the embedder and should start with |