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

Unified Diff: webkit/plugins/ppapi/ppb_audio_input_impl.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: webkit/plugins/ppapi/ppb_audio_input_impl.h
===================================================================
--- webkit/plugins/ppapi/ppb_audio_input_impl.h (revision 148913)
+++ webkit/plugins/ppapi/ppb_audio_input_impl.h (working copy)
@@ -55,6 +55,7 @@
virtual int32_t InternalEnumerateDevices(
PP_Resource* devices,
scoped_refptr< ::ppapi::TrackedCallback> callback) OVERRIDE;
+ virtual int32_t InternalStopEnumerateDevices(PP_Resource* devices) OVERRIDE;
virtual int32_t InternalOpen(
const std::string& device_id,
PP_AudioSampleRate sample_rate,

Powered by Google App Engine
This is Rietveld 408576698