| Index: chrome/browser/ui/views/importer/import_progress_dialog_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/importer/import_progress_dialog_view.h (revision 127058)
|
| +++ chrome/browser/ui/views/importer/import_progress_dialog_view.h (working copy)
|
| @@ -29,8 +29,7 @@
|
| // |items| is a bitmask of importer::ImportItem being imported.
|
| // |bookmark_import| is true if we're importing bookmarks from a
|
| // bookmarks.html file.
|
| - ImportProgressDialogView(HWND parent_window,
|
| - uint16 items,
|
| + ImportProgressDialogView(uint16 items,
|
| ImporterHost* importer_host,
|
| ImporterObserver* importer_observer,
|
| const string16& importer_name,
|
| @@ -47,7 +46,6 @@
|
| // views::DialogDelegate:
|
| virtual int GetDialogButtons() const OVERRIDE;
|
| virtual string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
|
| - virtual ui::ModalType GetModalType() const OVERRIDE;
|
| virtual string16 GetWindowTitle() const OVERRIDE;
|
| virtual bool Cancel() OVERRIDE;
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| @@ -62,9 +60,6 @@
|
| virtual void ImportItemEnded(importer::ImportItem item) OVERRIDE;
|
| virtual void ImportEnded() OVERRIDE;
|
|
|
| - // The native window that we are parented to. Can be NULL.
|
| - HWND parent_window_;
|
| -
|
| // Various dialog controls.
|
| scoped_ptr<views::CheckmarkThrobber> state_bookmarks_;
|
| scoped_ptr<views::CheckmarkThrobber> state_searches_;
|
|
|