Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2368)

Unified Diff: content/public/browser/content_browser_client.cc

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/common/sandbox_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/common/sandbox_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698