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

Unified Diff: src/shared/ppapi_proxy/browser_upcall.cc

Issue 5631003: ppapi_proxy: Make DebugPrintf more usable.... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years 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 | « src/shared/ppapi_proxy/browser_ppp.cc ('k') | src/shared/ppapi_proxy/plugin_core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/browser_upcall.cc
===================================================================
--- src/shared/ppapi_proxy/browser_upcall.cc (revision 3872)
+++ src/shared/ppapi_proxy/browser_upcall.cc (working copy)
@@ -51,7 +51,8 @@
UNREFERENCED_PARAMETER(res);
if (closure != NULL) {
// TODO(sehr): Send an RPC back to the NaCl module to run it's closure.
- ppapi_proxy::DebugPrintf("Closure run was invoked!\n");
+ ppapi_proxy::DebugPrintf("Browser::CallOnMainThread: "
+ "closure run was invoked!\n");
}
}
« no previous file with comments | « src/shared/ppapi_proxy/browser_ppp.cc ('k') | src/shared/ppapi_proxy/plugin_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698