Index: webkit/plugins/ppapi/plugin_module.cc |
=================================================================== |
--- webkit/plugins/ppapi/plugin_module.cc (revision 110601) |
+++ webkit/plugins/ppapi/plugin_module.cc (working copy) |
@@ -13,7 +13,6 @@ |
#include "base/message_loop.h" |
#include "base/message_loop_proxy.h" |
#include "base/time.h" |
-#include "ppapi/c/dev/ppb_audio_input_dev.h" |
#include "ppapi/c/dev/ppb_buffer_dev.h" |
#include "ppapi/c/dev/ppb_char_set_dev.h" |
#include "ppapi/c/dev/ppb_console_dev.h" |
@@ -76,7 +75,6 @@ |
#include "ppapi/c/private/ppb_tcp_socket_private.h" |
#include "ppapi/c/private/ppb_udp_socket_private.h" |
#include "ppapi/c/private/ppb_uma_private.h" |
-#include "ppapi/c/trusted/ppb_audio_input_trusted_dev.h" |
#include "ppapi/c/trusted/ppb_audio_trusted.h" |
#include "ppapi/c/trusted/ppb_broker_trusted.h" |
#include "ppapi/c/trusted/ppb_buffer_trusted.h" |
@@ -261,8 +259,6 @@ |
// Please keep alphabetized by interface macro name with "special" stuff at |
// the bottom. |
- if (strcmp(name, PPB_AUDIO_INPUT_TRUSTED_DEV_INTERFACE) == 0) |
- return ::ppapi::thunk::GetPPB_AudioInputTrusted_Thunk(); |
if (strcmp(name, PPB_AUDIO_TRUSTED_INTERFACE) == 0) |
return ::ppapi::thunk::GetPPB_AudioTrusted_Thunk(); |
if (strcmp(name, PPB_BUFFER_TRUSTED_INTERFACE) == 0) |