| Index: ppapi/nacl_irt/plugin_startup.cc
|
| diff --git a/ppapi/nacl_irt/plugin_startup.cc b/ppapi/nacl_irt/plugin_startup.cc
|
| index 1c6ce76668755e332d305feba9f6d3e0519ed950..2061fc831ec5058069bc03c418cbf390f8b5b763 100644
|
| --- a/ppapi/nacl_irt/plugin_startup.cc
|
| +++ b/ppapi/nacl_irt/plugin_startup.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/threading/thread.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ppapi/nacl_irt/manifest_service.h"
|
| +#include "ppapi/shared_impl/ppb_audio_shared.h"
|
|
|
| namespace ppapi {
|
| namespace {
|
| @@ -79,6 +80,8 @@ void StartUpPlugin() {
|
| base::Bind(StartUpManifestServiceOnIOThread, &event));
|
| event.Wait();
|
| }
|
| +
|
| + PPB_Audio_Shared::SetNaClMode();
|
| }
|
|
|
| int GetBrowserIPCFileDescriptor() {
|
|
|