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

Unified Diff: chrome/browser/ui/views/importer/import_progress_dialog_view.h

Issue 9702103: Clean up first run: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/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_;

Powered by Google App Engine
This is Rietveld 408576698