Chromium Code Reviews| Index: content/common/plugin_messages.h |
| =================================================================== |
| --- content/common/plugin_messages.h (revision 109161) |
| +++ content/common/plugin_messages.h (working copy) |
| @@ -496,3 +496,6 @@ |
| bool /* popups_allowed */, |
| NPVariant_Param /* result_param */, |
| bool /* result */) |
| + |
| +IPC_SYNC_MESSAGE_ROUTED1_0(NPObjectMsg_SetException, |
| + std::string /* exception message */) |