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: |