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

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

Issue 14322002: Remove unused ImportProgressDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted ImportFromBrowser back to returning an int. Created 7 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
« no previous file with comments | « chrome/browser/first_run/first_run_win.cc ('k') | chrome/browser/importer/importer_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer_host.h
diff --git a/chrome/browser/importer/importer_host.h b/chrome/browser/importer/importer_host.h
index 2571c84f6ae65b4adcabac3c3bfa38b0507a9dc8..ab90d7ca4ebb11a659166592d598294534ab0942 100644
--- a/chrome/browser/importer/importer_host.h
+++ b/chrome/browser/importer/importer_host.h
@@ -55,8 +55,10 @@ class ImporterHost : public base::RefCountedThreadSafe<ImporterHost>,
void NotifyImportItemEnded(importer::ImportItem item);
void NotifyImportEnded();
- // When in headless mode, the importer will not show the warning dialog and
- // the outcome is as if the user had canceled the import operation.
+ // When in headless mode, the importer will not show any warning dialog if
+ // a user action is required (e.g., Firefox profile is locked and user should
+ // close Firefox to continue) and the outcome is as if the user had canceled
+ // the import operation.
void set_headless() { headless_ = true; }
bool is_headless() const { return headless_; }
« no previous file with comments | « chrome/browser/first_run/first_run_win.cc ('k') | chrome/browser/importer/importer_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698