From b89d4cdd649ad1e70d5bad3e18f6f721761861d5 Mon Sep 17 00:00:00 2001 From: "rohitrao@chromium.org" Date: Wed, 24 Jun 2009 16:18:02 +0000 Subject: Initial implementation of the hung renderer dialog on Mac. BUG=http://crbug.com/13152 TEST=Navigate to about:hang in a tab, verify that the dialog comes up. Review URL: http://codereview.chromium.org/146012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19125 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 146e956..58a7bdc 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -289,16 +289,6 @@ void DragDownload(const DownloadItem* download, SkBitmap* icon) { } // namespace download_util #endif -#if defined(OS_MACOSX) -void HungRendererDialog::HideForTabContents(TabContents*) { - NOTIMPLEMENTED(); -} - -void HungRendererDialog::ShowForTabContents(TabContents*) { - NOTIMPLEMENTED(); -} -#endif - #if !defined(TOOLKIT_VIEWS) void BrowserList::AllBrowsersClosed() { // TODO(port): Close any dependent windows if necessary when the last browser -- cgit v1.1