Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1758)

Unified Diff: content/common/plugin_messages.h

Issue 8576001: Chromium does not throw the exception message by calling NPN_SetException from NPAPI plugin Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/npobject_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « content/common/npobject_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698