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..d8d6d98b663162328d80ac8a9c1e47f9068855d0 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 GetSandboxProfileForSandboxType(int sandbox_type) const OVERRIDE; |
+#endif |
}; |
} // namespace content |