| 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);
|
| };
|
|
|
|
|