| Index: chrome/browser/views/importing_progress_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/importing_progress_view.cc (revision 54904)
|
| +++ chrome/browser/views/importing_progress_view.cc (working copy)
|
| @@ -303,11 +303,6 @@
|
| views::Window* window =
|
| views::Window::CreateChromeWindow(parent_window, gfx::Rect(), v);
|
|
|
| - // In headless mode it means that we don't show the progress window, but it
|
| - // still need it to exist. No user interaction will be required.
|
| - if (!coordinator->is_headless())
|
| - window->Show();
|
| -
|
| coordinator->StartImportSettings(source_profile, target_profile, items,
|
| new ProfileWriter(target_profile),
|
| first_run);
|
|
|