Index: content/browser/gpu/gpu_process_host.h |
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h |
index b2f599fb4fb8721ccad4e3d6362aec162005dc4a..e7c9a9407fabd2f7d0f1d18ab5221a98cfc30860 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -97,7 +97,7 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; |
virtual void OnProcessLaunched() OVERRIDE; |
- virtual void OnProcessCrashed(int exit_code) OVERRIDE; |
+ virtual void OnProcessCrashedOrWasKilled(int exit_code) OVERRIDE; |
// Message handlers. |
void OnChannelEstablished(const IPC::ChannelHandle& channel_handle); |