| Index: ppapi/proxy/dispatcher.cc
|
| diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc
|
| index ebdc718c3abb74049a9246f83b6e48ec82bc38fd..401832a74f7e7400f40cafcf202dc5725d6464d2 100644
|
| --- a/ppapi/proxy/dispatcher.cc
|
| +++ b/ppapi/proxy/dispatcher.cc
|
| @@ -47,6 +47,7 @@
|
| #include "ppapi/proxy/ppapi_messages.h"
|
| #include "ppapi/proxy/ppb_audio_config_proxy.h"
|
| #include "ppapi/proxy/ppb_audio_proxy.h"
|
| +#include "ppapi/proxy/ppb_broker_proxy.h"
|
| #include "ppapi/proxy/ppb_buffer_proxy.h"
|
| #include "ppapi/proxy/ppb_char_set_proxy.h"
|
| #include "ppapi/proxy/ppb_console_proxy.h"
|
| @@ -109,6 +110,7 @@ InterfaceList::InterfaceList() {
|
| // PPB (browser) interfaces.
|
| AddPPB(PPB_AudioConfig_Proxy::GetInfo());
|
| AddPPB(PPB_Audio_Proxy::GetInfo());
|
| + AddPPB(PPB_Broker_Proxy::GetInfo());
|
| AddPPB(PPB_Buffer_Proxy::GetInfo());
|
| AddPPB(PPB_CharSet_Proxy::GetInfo());
|
| AddPPB(PPB_Console_Proxy::GetInfo());
|
|
|