From e6eafada6bf8530fc66c3f36bc020492f5f9b352 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 22 May 2009 01:12:54 +0000 Subject: Revert "Revert "Use a NotificationRegistrar to listen for notifications. BUG=2381"" This reverts commit r16687 (i.e., relands r16666). TBR=pkasting Review URL: http://codereview.chromium.org/115686 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16689 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/import_dialog_gtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/gtk') diff --git a/chrome/browser/gtk/import_dialog_gtk.cc b/chrome/browser/gtk/import_dialog_gtk.cc index 92e38b9..15f9438 100644 --- a/chrome/browser/gtk/import_dialog_gtk.cc +++ b/chrome/browser/gtk/import_dialog_gtk.cc @@ -99,7 +99,7 @@ void ImportDialogGtk::OnDialogResponse(GtkWidget* widget, int response) { // TODO(rahulk): We should not do the import on this thread. Instead // we need to start this asynchronously and launch a UI that shows the // progress of import. - importer_host_->StartImportSettings(source_profile, items, + importer_host_->StartImportSettings(source_profile, profile_, items, new ProfileWriter(profile_), false); } -- cgit v1.1