Index: content/browser/browser_child_process_host_impl.h |
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h |
index 9975dc1aa692912a76b37f63de7692c66e96091e..ff9c3291f89566ea9a6d5797976884c7e4471360 100644 |
--- a/content/browser/browser_child_process_host_impl.h |
+++ b/content/browser/browser_child_process_host_impl.h |
@@ -92,9 +92,9 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl |
void OnChannelError() override; |
void OnBadMessageReceived(const IPC::Message& message) override; |
- // Terminates the process and logs an error after a bad message was received |
- // from the child process. |
- void TerminateOnBadMessageReceived(uint32_t type); |
+ // Terminates the process and logs a stack trace after a bad message was |
+ // received from the child process. |
+ void TerminateOnBadMessageReceived(const std::string& error); |
// Removes this host from the host list. Calls ChildProcessHost::ForceShutdown |
void ForceShutdown(); |