| Index: content/renderer/pepper/message_channel.h
|
| diff --git a/content/renderer/pepper/message_channel.h b/content/renderer/pepper/message_channel.h
|
| index 077a68dfa7e968913fa4fedb6429208ea692db7e..8c744a044191c5003dc6cc29102803523b9a1f9d 100644
|
| --- a/content/renderer/pepper/message_channel.h
|
| +++ b/content/renderer/pepper/message_channel.h
|
| @@ -60,6 +60,10 @@ class MessageChannel {
|
| // Post a message to the plugin's HandleMessage function for this channel's
|
| // instance.
|
| void PostMessageToNative(const NPVariant* message_data);
|
| + // Post a message to the plugin's HandleBlocking Message function for this
|
| + // channel's instance synchronously, and return a result.
|
| + void PostBlockingMessageToNative(const NPVariant* message_data,
|
| + NPVariant* np_result);
|
|
|
| // 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
|
|
|