diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 17:53:26 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 17:53:26 +0000 |
commit | 8897c38c5cf3f8e9fe30e736fac30bce3a96844c (patch) | |
tree | 1cf3e9d2f06ccf9e5fdd388b56329e77cc3f8a4b /chrome/common/temp_scaffolding_stubs.h | |
parent | a2f7f16c5f4ed45c3b5412499fa42ec964ed2791 (diff) | |
download | chromium_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.h | 6 |
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&, |