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

Unified Diff: chrome/browser/importer/importer_lock_dialog.h

Issue 2769383002: Firefox overlay is seen opened even if Import Overlay is Cancelled.
Patch Set: Addressing Review Comments Created 3 years, 8 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/importer_lock_dialog.h
diff --git a/chrome/browser/importer/importer_lock_dialog.h b/chrome/browser/importer/importer_lock_dialog.h
index 53b44273133ee7800cba44a78cb8754320178121..0a7f70813f462d972075c158280660ee98ce57cc 100644
--- a/chrome/browser/importer/importer_lock_dialog.h
+++ b/chrome/browser/importer/importer_lock_dialog.h
@@ -16,6 +16,10 @@ namespace importer {
void ShowImportLockDialog(gfx::NativeWindow parent,
const base::Callback<void(bool)>& callback);
+// This function is called by an ImporterHost, and closes the Firefox profile
+// warning dialog.
+void HideImportLockDialog();
+
} // namespace importer
#endif // CHROME_BROWSER_IMPORTER_IMPORTER_LOCK_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698