Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3382)

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog.h

Issue 18179004: Dismiss action in tab modal dialogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test for Mac Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc ('k') | chrome/browser/ui/views/extensions/extension_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698