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/browser/browser.vcproj | |
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/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index e8cc6c2..ad51e70 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -2599,6 +2599,10 @@ > </File> <File + RelativePath=".\hung_renderer_dialog.h" + > + </File> + <File RelativePath=".\modal_html_dialog_delegate.cc" > </File> |