| Index: chrome/browser/ui/webui/hung_renderer_dialog.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/hung_renderer_dialog.h (revision 101584)
|
| +++ chrome/browser/ui/webui/hung_renderer_dialog.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class TabContents;
|
| -class HungRendererDialogHandler;
|
|
|
| class HungRendererDialog : private HtmlDialogUIDelegate {
|
| public:
|
| @@ -50,9 +49,6 @@
|
| // The tab contents.
|
| TabContents* contents_;
|
|
|
| - // The dialog handler.
|
| - HungRendererDialogHandler* handler_;
|
| -
|
| // The dialog window.
|
| gfx::NativeWindow window_;
|
|
|
| @@ -65,8 +61,6 @@
|
| public:
|
| explicit HungRendererDialogHandler(TabContents* contents);
|
|
|
| - void CloseDialog();
|
| -
|
| // Overridden from WebUIMessageHandler
|
| virtual void RegisterMessages();
|
|
|
|
|