Index: content/public/browser/content_browser_client.cc |
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
index b74452ac81549d87ec8c2e09f43730ecd51a27d6..47f78e4d508bd0e5980148d93a5e0ed933fe39dd 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -400,10 +400,6 @@ const wchar_t* ContentBrowserClient::GetResourceDllName() { |
return nullptr; |
} |
-bool ContentBrowserClient::PreSpawnRenderer(sandbox::TargetPolicy* policy) { |
- return true; |
-} |
- |
base::string16 ContentBrowserClient::GetAppContainerSidForSandboxType( |
int sandbox_type) const { |
// Embedders should override this method and return different SIDs for each |