 Chromium Code Reviews
 Chromium Code Reviews Issue 11189140:
  Report exit status in debug stub, if tab is closed in chrome.  (Closed) 
  Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
    
  
    Issue 11189140:
  Report exit status in debug stub, if tab is closed in chrome.  (Closed) 
  Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/| Index: src/trusted/service_runtime/nacl_secure_service.c | 
| =================================================================== | 
| --- src/trusted/service_runtime/nacl_secure_service.c (revision 10072) | 
| +++ src/trusted/service_runtime/nacl_secure_service.c (working copy) | 
| @@ -101,7 +101,7 @@ | 
| } | 
| if (0 == --self->conn_count) { | 
| NaClLog(4, "NaClSecureServiceThread: all channels closed, exiting.\n"); | 
| 
bsy
2012/10/23 17:42:35
please add a comment for why this is needed, since
 
halyavin
2012/10/23 18:42:42
I added a comment.
 | 
| - NaClExit(0); | 
| + NaClReportExitStatus(self->nap, 0); | 
| } | 
| NaClXMutexUnlock(&self->mu); | 
| } |