NaCl: Use RAII for sockets in NaClProcessHost.
According to crbug.com/412186, there is some incorrect handle management in NaClProcessHost. It's much easier to use base::File to manage closing the socket handles, and it cleans up some weirdness with directly using NaClHandle as well. BUG=412186 Review URL: https://codereview.chromium.org/552183004 Cr-Commit-Position: refs/heads/master@{#294511}
Showing
Please register or sign in to comment