Index: ppapi/proxy/ppb_audio_proxy.cc |
=================================================================== |
--- ppapi/proxy/ppb_audio_proxy.cc (revision 161336) |
+++ ppapi/proxy/ppb_audio_proxy.cc (working copy) |
@@ -180,6 +180,7 @@ |
return handled; |
} |
+#if !defined(OS_NACL) |
void PPB_Audio_Proxy::OnMsgCreate(PP_Instance instance_id, |
int32_t sample_rate, |
uint32_t sample_frame_count, |
@@ -312,6 +313,7 @@ |
return PP_OK; |
} |
+#endif // !defined(OS_NACL) |
// Processed in the plugin (message from host). |
void PPB_Audio_Proxy::OnMsgNotifyAudioStreamCreated( |