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

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

Issue 10961066: Revert 158199 - extensions: Add ExtensionView interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
===================================================================
--- chrome/browser/ui/views/extensions/extension_dialog.h (revision 158218)
+++ chrome/browser/ui/views/extensions/extension_dialog.h (working copy)
@@ -24,8 +24,6 @@
class ExtensionHost;
}
-class ExtensionViewViews;
-
// Modal dialog containing contents provided by an extension.
// Dialog is automatically centered in the owning window and has fixed size.
// For example, used by the Chrome OS file browser.
@@ -138,8 +136,6 @@
// The observer of this popup.
ExtensionDialogObserver* observer_;
- ExtensionViewViews* view_;
-
DISALLOW_COPY_AND_ASSIGN(ExtensionDialog);
};
« no previous file with comments | « chrome/browser/ui/gtk/infobars/extension_infobar_gtk.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