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

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

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/ppapi_plugin/ppapi_thread.cc ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 721ec566bf0349839ed937f83946cbf04614fb4d..55209454c44a3a5fa385c7acac3480299a92135f 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -76,10 +76,6 @@ class URLRequestContextGetter;
class X509Certificate;
}
-namespace sandbox {
-class TargetPolicy;
-}
-
namespace ui {
class SelectFilePolicy;
}
@@ -740,11 +736,6 @@ class CONTENT_EXPORT ContentBrowserClient {
// Returns the name of the dll that contains cursors and other resources.
virtual const wchar_t* GetResourceDllName();
- // This is called on the PROCESS_LAUNCHER thread before the renderer process
- // is launched. It gives the embedder a chance to add loosen the sandbox
- // policy.
- virtual bool PreSpawnRenderer(sandbox::TargetPolicy* policy);
-
// Returns the AppContainer SID for the specified sandboxed process type, or
// empty string if this sandboxed process type does not support living inside
// an AppContainer.
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698