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

Unified Diff: content/browser/plugin_process_host.cc

Issue 347783002: Alter the design of the bootstrap sandbox to only take over the bootstrap port of children when nec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bootstrap_check_in Created 6 years, 6 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
Index: content/browser/plugin_process_host.cc
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
index ba288ddfd507c9a6c5397490dbca4f1689ea1172..84415eb1867777c5fce0c1712a238a8b1abcc0b3 100644
--- a/content/browser/plugin_process_host.cc
+++ b/content/browser/plugin_process_host.cc
@@ -96,13 +96,6 @@ class PluginSandboxedProcessLauncherDelegate
virtual int GetIpcFd() OVERRIDE {
return ipc_fd_;
}
-
-#if defined(OS_MACOSX)
- virtual SandboxType GetSandboxType() OVERRIDE {
- return SANDBOX_TYPE_NPAPI;
- }
-#endif // OS_MACOSX
-
#endif // OS_WIN
private:

Powered by Google App Engine
This is Rietveld 408576698