| Index: chrome/browser/importer/importer_progress_dialog.h
|
| ===================================================================
|
| --- chrome/browser/importer/importer_progress_dialog.h (revision 127057)
|
| +++ chrome/browser/importer/importer_progress_dialog.h (working copy)
|
| @@ -18,11 +18,9 @@
|
|
|
| // Shows an UI for importing and begins importing the specified |items| from
|
| // |source_profile| to |target_profile|. |importer_observer| is notified when
|
| -// the process is complete, it can be NULL. |parent_window| is the window to
|
| -// parent the UI to, it can be NULL if there's nothing to parent to. |first_run|
|
| -// is true if it's invoked in the first run UI.
|
| -void ShowImportProgressDialog(gfx::NativeWindow parent_window,
|
| - uint16 items,
|
| +// the process is complete, it can be NULL. |first_run| is true if it's invoked
|
| +// in the first run UI.
|
| +void ShowImportProgressDialog(uint16 items,
|
| ImporterHost* importer_host,
|
| ImporterObserver* importer_observer,
|
| const SourceProfile& source_profile,
|
|
|