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