summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 17:53:26 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 17:53:26 +0000
commit8897c38c5cf3f8e9fe30e736fac30bce3a96844c (patch)
tree1cf3e9d2f06ccf9e5fdd388b56329e77cc3f8a4b /chrome/common/temp_scaffolding_stubs.h
parenta2f7f16c5f4ed45c3b5412499fa42ec964ed2791 (diff)
downloadchromium_src-8897c38c5cf3f8e9fe30e736fac30bce3a96844c.zip
chromium_src-8897c38c5cf3f8e9fe30e736fac30bce3a96844c.tar.gz
chromium_src-8897c38c5cf3f8e9fe30e736fac30bce3a96844c.tar.bz2
Refactor view from methods to show hung renderer dialog.
This moves the methods into a header that all platforms can use and keeps the windows implementation in hung_renderer_view.cc. Review URL: http://codereview.chromium.org/109039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15424 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 4050f4e..0dcf436 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -392,12 +392,6 @@ class WebApp : public base::RefCountedThreadSafe<WebApp> {
}
};
-class HungRendererWarning {
- public:
- static void HideForTabContents(TabContents*) { NOTIMPLEMENTED(); }
- static void ShowForTabContents(TabContents*) { NOTIMPLEMENTED(); }
-};
-
class ModalHtmlDialogDelegate : public HtmlDialogUIDelegate {
public:
ModalHtmlDialogDelegate(const GURL&, int, int, const std::string&,