| Index: webkit/plugins/ppapi/message_channel.h
|
| diff --git a/webkit/plugins/ppapi/message_channel.h b/webkit/plugins/ppapi/message_channel.h
|
| index 25730973f3483a331a7aa7b4507b86a8ed8eb269..07277cddf68eecc4cae1bb3e251242a6beb3b973 100644
|
| --- a/webkit/plugins/ppapi/message_channel.h
|
| +++ b/webkit/plugins/ppapi/message_channel.h
|
| @@ -53,7 +53,9 @@ class MessageChannel {
|
| void PostMessageToJavaScript(PP_Var message_data);
|
| // Post a message to the PPP_Instance HandleMessage function for this
|
| // channel's instance.
|
| - void PostMessageToNative(PP_Var message_data);
|
| + void PostMessageToNative(PP_Var message_data,
|
| + bool success,
|
| + const std::string& error);
|
|
|
| // Return the NPObject* to which we should forward any calls which aren't
|
| // related to postMessage. Note that this can be NULL; it only gets set if
|
|
|