| Index: ppapi/proxy/plugin_main_nacl.cc
|
| diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc
|
| index bd8dc7dd9590dafa2c92c44cb8dbc079f74c36e3..aae60b063b0eabcb7242cd8c09938a90579f2406 100644
|
| --- a/ppapi/proxy/plugin_main_nacl.cc
|
| +++ b/ppapi/proxy/plugin_main_nacl.cc
|
| @@ -136,7 +136,7 @@ void PpapiDispatcher::Unregister(uint32 plugin_dispatcher_id) {
|
| }
|
|
|
| bool PpapiDispatcher::SendToBrowser(IPC::Message* msg) {
|
| - Send(msg);
|
| + return Send(msg);
|
| }
|
|
|
| IPC::Sender* PpapiDispatcher::GetBrowserSender() {
|
|
|