Index: content/shell/shell_content_client.h |
diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h |
index 388e20065f3117faefebcd44dcb240667ce7d62c..a2d08196b39a21ec2b5e7ec21a2b55d52faf8e49 100644 |
--- a/content/shell/shell_content_client.h |
+++ b/content/shell/shell_content_client.h |
@@ -31,6 +31,10 @@ class ShellContentClient : public ContentClient { |
virtual bool SandboxPlugin(CommandLine* command_line, |
sandbox::TargetPolicy* policy) OVERRIDE; |
#endif |
+ |
+#if defined(OS_MACOSX) |
+ virtual int GetSandboxPolicyForSandboxType(int sandbox_type) const OVERRIDE; |
+#endif |
}; |
} // namespace content |