| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index bfc9032f665bfe0e33867078f65d5beed3940c5a..65f42a9e2e62970b02542654c409bf713ee9a204 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -141,9 +141,6 @@ void PluginLoaderPosix::LoadPluginsInternal() {
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get());
|
| process_host_ = host->AsWeakPtr();
|
| process_host_->DisableSandbox();
|
| -#if defined(OS_MACOSX)
|
| - host->set_child_flags(ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION);
|
| -#endif
|
|
|
| bool launched = LaunchUtilityProcess();
|
| if (!launched) {
|
|
|