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

Unified Diff: ppapi/c/dev/ppb_audio_input_dev.h

Issue 11366038: Rewrite PPB_AudioInput_Dev to use the new-style host/resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/api/trusted/ppb_audio_input_trusted_dev.idl ('k') | ppapi/c/trusted/ppb_audio_input_trusted_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_audio_input_dev.h
diff --git a/ppapi/c/dev/ppb_audio_input_dev.h b/ppapi/c/dev/ppb_audio_input_dev.h
index 32fc928b7bcd1962c7248d4208f537367b080057..585ea4772fb2b6290ca3d4478b722b447b87616c 100644
--- a/ppapi/c/dev/ppb_audio_input_dev.h
+++ b/ppapi/c/dev/ppb_audio_input_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_audio_input_dev.idl modified Sat Mar 3 23:06:35 2012. */
+/* From dev/ppb_audio_input_dev.idl modified Mon Oct 29 14:40:53 2012. */
#ifndef PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_
#define PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_
@@ -15,7 +15,6 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
-#define PPB_AUDIO_INPUT_DEV_INTERFACE_0_1 "PPB_AudioInput(Dev);0.1"
#define PPB_AUDIO_INPUT_DEV_INTERFACE_0_2 "PPB_AudioInput(Dev);0.2"
#define PPB_AUDIO_INPUT_DEV_INTERFACE PPB_AUDIO_INPUT_DEV_INTERFACE_0_2
@@ -168,17 +167,6 @@ struct PPB_AudioInput_Dev_0_2 {
};
typedef struct PPB_AudioInput_Dev_0_2 PPB_AudioInput_Dev;
-
-struct PPB_AudioInput_Dev_0_1 {
- PP_Resource (*Create)(PP_Instance instance,
- PP_Resource config,
- PPB_AudioInput_Callback audio_input_callback,
- void* user_data);
- PP_Bool (*IsAudioInput)(PP_Resource resource);
- PP_Resource (*GetCurrentConfig)(PP_Resource audio_input);
- PP_Bool (*StartCapture)(PP_Resource audio_input);
- PP_Bool (*StopCapture)(PP_Resource audio_input);
-};
/**
* @}
*/
« no previous file with comments | « ppapi/api/trusted/ppb_audio_input_trusted_dev.idl ('k') | ppapi/c/trusted/ppb_audio_input_trusted_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698