From 915a3abe017a65e6f3bcc76d2968df476efc4a6e Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 24 Sep 2010 04:46:58 +0000 Subject: Revert 60373, trying to track down a perf regression (see bug 56752)- Add about:gpuhang BUG=None TEST=None Review URL: http://codereview.chromium.org/3447023 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/3398027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60421 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gpu_process_host.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/browser/gpu_process_host.h') diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h index e4d4559..d885408 100644 --- a/chrome/browser/gpu_process_host.h +++ b/chrome/browser/gpu_process_host.h @@ -31,10 +31,6 @@ class GpuProcessHost : public BrowserChildProcessHost { // Tells the GPU process to crash. Useful for testing. static void SendAboutGpuCrash(); - // Tells the GPU process to let its main thread enter an infinite loop. - // Useful for testing. - static void SendAboutGpuHang(); - // Shutdown routine, which should only be called upon process // termination. static void Shutdown(); -- cgit v1.1