Index: content/browser/gpu/gpu_process_host.h |
=================================================================== |
--- content/browser/gpu/gpu_process_host.h (revision 112597) |
+++ content/browser/gpu/gpu_process_host.h (working copy) |
@@ -92,9 +92,7 @@ |
// Post an IPC message to the UI shim's message handler on the UI thread. |
void RouteOnUIThread(const IPC::Message& message); |
- virtual bool CanShutdown() OVERRIDE; |
virtual void OnProcessLaunched() OVERRIDE; |
- virtual void OnChildDied() OVERRIDE; |
virtual void OnProcessCrashed(int exit_code) OVERRIDE; |
// Message handlers. |