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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_messaging_rpc_server.cc

Issue 7741036: NaCl PPAPI Proxy: wrap up with crash detection. Clean-up handling code to skip remote shutdown ca... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_messaging_rpc_server.cc
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_messaging_rpc_server.cc (revision 98327)
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_messaging_rpc_server.cc (working copy)
@@ -26,6 +26,6 @@
if (!DeserializeTo(rpc->channel, message_bytes, message_size, 1, &message))
return;
PPPMessagingInterface()->HandleMessage(instance, message);
- DebugPrintf("PPP_Instance::HandleMessage\n");
+ DebugPrintf("PPP_Messaging::HandleMessage\n");
rpc->result = NACL_SRPC_RESULT_OK;
}
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698