Index: chrome/browser/ui/views/extensions/extension_dialog.h |
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.h b/chrome/browser/ui/views/extensions/extension_dialog.h |
index 2a9c3d703c60705cc0b1aabaf33d0ad7648f9adf..1f02a69b58268b207fdab63c01494ef455767992 100644 |
--- a/chrome/browser/ui/views/extensions/extension_dialog.h |
+++ b/chrome/browser/ui/views/extensions/extension_dialog.h |
@@ -54,9 +54,6 @@ class ExtensionDialog : public views::DialogDelegate, |
// be sent notifications. |
void ObserverDestroyed(); |
- // Closes the ExtensionDialog. |
- void Close(); |
- |
// Focus to the render view if possible. |
void MaybeFocusRenderView(); |
@@ -109,9 +106,6 @@ class ExtensionDialog : public views::DialogDelegate, |
void InitWindow(ui::BaseWindow* base_window, int width, int height); |
- // Window that holds the extension host view. |
- views::Widget* window_; |
- |
// Window Title |
string16 window_title_; |