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

Unified Diff: chrome/browser/importer/external_process_importer_host.cc

Issue 2769383002: Firefox overlay is seen opened even if Import Overlay is Cancelled.
Patch Set: Fixing Review Comments Created 3 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/importer/external_process_importer_host.cc
diff --git a/chrome/browser/importer/external_process_importer_host.cc b/chrome/browser/importer/external_process_importer_host.cc
index 9f68e8ad6df2bc0f5d9a2f984a866d76ada0ee43..d8d25c82daf427247d9bbdbecdb9a827a29a506b 100644
--- a/chrome/browser/importer/external_process_importer_host.cc
+++ b/chrome/browser/importer/external_process_importer_host.cc
@@ -89,6 +89,7 @@ void ExternalProcessImporterHost::NotifyImportEnded() {
firefox_lock_.reset();
if (observer_)
observer_->ImportEnded();
+ importer::HideImportLockDialog();
delete this;
}
« no previous file with comments | « no previous file | chrome/browser/importer/importer_lock_dialog.h » ('j') | chrome/browser/importer/importer_lock_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698