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

Side by Side Diff: ppapi/c/dev/ppb_audio_input_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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /* From dev/ppb_audio_input_dev.idl modified Mon Nov 14 17:58:16 2011. */ 6 /* From dev/ppb_audio_input_dev.idl modified Mon Nov 14 17:58:16 2011. */
7 7
8 #ifndef PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_ 8 #ifndef PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_
9 #define PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_ 9 #define PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_
10 10
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 * call completes. 103 * call completes.
104 */ 104 */
105 PP_Bool (*StopCapture)(PP_Resource audio_input); 105 PP_Bool (*StopCapture)(PP_Resource audio_input);
106 }; 106 };
107 /** 107 /**
108 * @} 108 * @}
109 */ 109 */
110 110
111 #endif /* PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_ */ 111 #endif /* PPAPI_C_DEV_PPB_AUDIO_INPUT_DEV_H_ */
112 112
OLDNEW
« 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