summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_process_host.h
diff options
context:
space:
mode:
authorkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-06 23:25:50 +0000
committerkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-06 23:25:50 +0000
commita363c7abfdc3e6562ae7f4fe338f585192f347b4 (patch)
tree9bc04bbc6a7ac5c39946820e470f3fb00873afec /chrome/browser/gpu_process_host.h
parent35312bf28d33672dbb69afe28dd82c92411ef100 (diff)
downloadchromium_src-a363c7abfdc3e6562ae7f4fe338f585192f347b4.zip
chromium_src-a363c7abfdc3e6562ae7f4fe338f585192f347b4.tar.gz
chromium_src-a363c7abfdc3e6562ae7f4fe338f585192f347b4.tar.bz2
Revert http://codereview.chromium.org/6094009 (r70768) due to
compilation error on Mac OS X. BUG=65369 TBR=apatrick TEST=none Review URL: http://codereview.chromium.org/6150001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gpu_process_host.h')
-rw-r--r--chrome/browser/gpu_process_host.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h
index 9a7a90d..e3bc66a 100644
--- a/chrome/browser/gpu_process_host.h
+++ b/chrome/browser/gpu_process_host.h
@@ -107,11 +107,6 @@ class GpuProcessHost : public BrowserChildProcessHost,
void SendSynchronizationReply(IPC::Message* reply,
RenderMessageFilter* filter);
- // Sends outstanding replies to renderer processes. This is only called
- // in error situations like the GPU process crashing -- but is necessary
- // to prevent the renderer process from hanging.
- void SendOutstandingReplies();
-
virtual bool CanShutdown();
virtual void OnChildDied();
virtual void OnProcessCrashed(int exit_code);