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

Unified Diff: ppapi/thunk/interfaces_ppb_public_dev.h

Issue 8561003: Revert 110602 - Revert 110587 - Microphone support for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/thunk/ppb_audio_input_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/interfaces_ppb_public_dev.h
===================================================================
--- ppapi/thunk/interfaces_ppb_public_dev.h (revision 110608)
+++ ppapi/thunk/interfaces_ppb_public_dev.h (working copy)
@@ -7,6 +7,7 @@
#include "ppapi/thunk/interfaces_preamble.h"
+PROXIED_API(PPB_AudioInput)
PROXIED_API(PPB_Buffer)
PROXIED_API(PPB_Context3D)
PROXIED_API(PPB_CursorControl)
@@ -23,6 +24,8 @@
PROXIED_API(PPB_VideoDecoder)
UNPROXIED_API(PPB_Widget)
+PROXIED_IFACE(PPB_AudioInput, PPB_AUDIO_INPUT_DEV_INTERFACE_0_1,
+ PPB_AudioInput_Dev)
PROXIED_IFACE(NoAPIName, PPB_IME_INPUT_EVENT_DEV_INTERFACE_0_1,
PPB_IMEInputEvent_Dev)
PROXIED_IFACE(PPB_Buffer, PPB_BUFFER_DEV_INTERFACE_0_4, PPB_Buffer_Dev)
Property changes on: ppapi/thunk/interfaces_ppb_public_dev.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/thunk/ppb_audio_input_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698