Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: ppapi/proxy/ppb_audio_input_proxy.h

Issue 10837064: Corresponding change in Pepper since EnumerateDevices contract is changed. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/ppb_audio_input_proxy.h
===================================================================
--- ppapi/proxy/ppb_audio_input_proxy.h (revision 148913)
+++ ppapi/proxy/ppb_audio_input_proxy.h (working copy)
@@ -49,6 +49,7 @@
// Plugin->renderer message handlers.
void OnMsgCreate(PP_Instance instance, ppapi::HostResource* result);
void OnMsgEnumerateDevices(const ppapi::HostResource& audio_input);
+ void OnMsgStopEnumerateDevices(const ppapi::HostResource& audio_input);
void OnMsgOpen(const ppapi::HostResource& audio_input,
const std::string& device_id,
int32_t sample_rate,

Powered by Google App Engine
This is Rietveld 408576698