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

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

Issue 2769383002: Firefox overlay is seen opened even if Import Overlay is Cancelled.
Patch Set: Fixed the 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/importer_lock_dialog.h
diff --git a/chrome/browser/importer/importer_lock_dialog.h b/chrome/browser/importer/importer_lock_dialog.h
index 53b44273133ee7800cba44a78cb8754320178121..15eddf0df676b348e7d7cb534fead68fa95dfd01 100644
--- a/chrome/browser/importer/importer_lock_dialog.h
+++ b/chrome/browser/importer/importer_lock_dialog.h
@@ -15,7 +15,7 @@ namespace importer {
// with the message either to skip the import, or to continue the process.
void ShowImportLockDialog(gfx::NativeWindow parent,
const base::Callback<void(bool)>& callback);
-
+void HideImportLockDialog();
Ilya Sherman 2017/03/27 15:21:52 Please add documentation for this function.
Ilya Sherman 2017/03/27 15:21:52 nit: Please leave a blank line before and after th
nikhil.sahni 2017/03/28 11:21:59 Done.
nikhil.sahni 2017/03/28 11:21:59 Done.
} // namespace importer
#endif // CHROME_BROWSER_IMPORTER_IMPORTER_LOCK_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698