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

Unified Diff: chrome/renderer/pepper/ppb_nacl_private_impl.cc

Issue 12225154: NaCl: Remove use of the C++ IMC interface; use the C version instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments too Created 7 years, 10 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 | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | ppapi/api/private/ppb_nacl_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper/ppb_nacl_private_impl.cc
diff --git a/chrome/renderer/pepper/ppb_nacl_private_impl.cc b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
index adf304fff0744304f73b0ab609d9a97b0476b8f2..47e93f9a3b36d584d882a592976669da6f5461a9 100644
--- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc
+++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
@@ -121,7 +121,7 @@ PP_NaClResult LaunchSelLdr(PP_Instance instance,
if (!invalid_handle)
g_instance_info.Get()[instance] = instance_info;
- *(static_cast<nacl::Handle*>(imc_handle)) =
+ *(static_cast<NaClHandle*>(imc_handle)) =
nacl::ToNativeHandle(result_socket);
return PP_NACL_OK;
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | ppapi/api/private/ppb_nacl_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698