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

Unified Diff: remoting/host/host_plugin.cc

Issue 7129034: Fix calling convention for Chromoting's NP_Shutdown entry points (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_plugin.cc
===================================================================
--- remoting/host/host_plugin.cc (revision 88453)
+++ remoting/host/host_plugin.cc (working copy)
@@ -931,7 +931,7 @@
return NPERR_NO_ERROR;
}
-EXPORT NPError NP_Shutdown() {
+EXPORT NPError API_CALL NP_Shutdown() {
LOG(INFO) << "NP_Shutdown";
delete g_at_exit_manager;
g_at_exit_manager = NULL;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698