Index: content/shell/browser/shell_content_browser_client.h |
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h |
index 10cc1f1528babc23b71acd6a432ad2ff5c070a3a..397a73aa203896bebcc3485519fca547aedd3553 100644 |
--- a/content/shell/browser/shell_content_browser_client.h |
+++ b/content/shell/browser/shell_content_browser_client.h |
@@ -69,6 +69,10 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
int child_process_id, |
std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE; |
#endif |
+#if defined(OS_WIN) |
+ virtual void PreSpawnRenderer(sandbox::TargetPolicy* policy, |
+ bool* success) OVERRIDE; |
+#endif |
ShellBrowserContext* browser_context(); |
ShellBrowserContext* off_the_record_browser_context(); |