| Index: content/browser/plugin_process_host.cc
|
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
|
| index c3f6223ba8315a6f594bcf55df318aa086164193..750bf90570428a8a9330a97d66a26940f69ea7b2 100644
|
| --- a/content/browser/plugin_process_host.cc
|
| +++ b/content/browser/plugin_process_host.cc
|
| @@ -96,6 +96,13 @@ 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:
|
|
|