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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.cc

Issue 10389229: NaCl: Remove duplicated logging for the process exit status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_process_host.cc
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
index e1faeba3d385ad163cf3671cde1aff3d304fbc91..15ba1910a70723fb84235031a0ee6408fa4eeb7f 100644
--- a/chrome/browser/nacl_host/nacl_process_host.cc
+++ b/chrome/browser/nacl_host/nacl_process_host.cc
@@ -529,12 +529,6 @@ bool NaClProcessHost::OnMessageReceived(const IPC::Message& msg) {
return handled;
}
-void NaClProcessHost::OnProcessCrashed(int exit_code) {
- std::string message = base::StringPrintf(
- "NaCl process exited with status %i (0x%x)", exit_code, exit_code);
- LOG(ERROR) << message;
-}
-
void NaClProcessHost::OnProcessLaunched() {
if (!StartWithLaunchedProcess())
delete this;
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698