summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/importer_lock_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/importer_lock_view.h')
-rw-r--r--chrome/browser/views/importer_lock_view.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/views/importer_lock_view.h b/chrome/browser/views/importer_lock_view.h
index 876560a..4714656 100644
--- a/chrome/browser/views/importer_lock_view.h
+++ b/chrome/browser/views/importer_lock_view.h
@@ -50,10 +50,6 @@ class ImporterLockView : public ChromeViews::View,
explicit ImporterLockView(ImporterHost* host);
virtual ~ImporterLockView();
- void set_dialog(ChromeViews::Window* dialog) {
- dialog_ = dialog;
- }
-
// Overridden from ChromeViews::View.
virtual void GetPreferredSize(CSize *out);
virtual void Layout();
@@ -64,12 +60,11 @@ class ImporterLockView : public ChromeViews::View,
virtual std::wstring GetWindowTitle() const;
virtual bool Accept();
virtual bool Cancel();
+ virtual ChromeViews::View* GetContentsView();
private:
ChromeViews::Label* description_label_;
- ChromeViews::Window* dialog_;
-
ImporterHost* importer_host_;
DISALLOW_EVIL_CONSTRUCTORS(ImporterLockView);