diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 00:55:36 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 00:55:36 +0000 |
commit | 23c0944dfc6fc352aa3acdb01d733cc549cba7c6 (patch) | |
tree | 8e119003de6cafa68455becec5c0d5bc51a5567d /chrome/browser/gtk/import_dialog_gtk.cc | |
parent | 4629b67737a96c08dfdaad06a9b68b5d8a331a06 (diff) | |
download | chromium_src-23c0944dfc6fc352aa3acdb01d733cc549cba7c6.zip chromium_src-23c0944dfc6fc352aa3acdb01d733cc549cba7c6.tar.gz chromium_src-23c0944dfc6fc352aa3acdb01d733cc549cba7c6.tar.bz2 |
Revert "Use a NotificationRegistrar to listen for notifications.BUG=2381"
This reverts commit r16666.
TBR=pkasting
Review URL: http://codereview.chromium.org/115684
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/import_dialog_gtk.cc')
-rw-r--r-- | chrome/browser/gtk/import_dialog_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/import_dialog_gtk.cc b/chrome/browser/gtk/import_dialog_gtk.cc index 15f9438..92e38b9 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, profile_, items, + importer_host_->StartImportSettings(source_profile, items, new ProfileWriter(profile_), false); } |