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

Unified Diff: ppapi/thunk/ppb_audio_input_api.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/thunk/ppb_audio_input_api.h
===================================================================
--- ppapi/thunk/ppb_audio_input_api.h (revision 148913)
+++ ppapi/thunk/ppb_audio_input_api.h (working copy)
@@ -26,6 +26,7 @@
virtual int32_t EnumerateDevices(PP_Resource* devices,
scoped_refptr<TrackedCallback> callback) = 0;
+ virtual int32_t StopEnumerateDevices(PP_Resource* devices) = 0;
virtual int32_t Open(const std::string& device_id,
PP_Resource config,
PPB_AudioInput_Callback audio_input_callback,

Powered by Google App Engine
This is Rietveld 408576698