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

Unified Diff: chrome/browser/first_run/first_run_win.cc

Issue 14316007: Remove unused |first_run| parameter in ImporterHost::CheckForFirefoxLock() which results in a casca… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r196136 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
Index: chrome/browser/first_run/first_run_win.cc
diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
index 7628e2596add429b2c160cc4c3e49849f941967b..8a5a9a514d5e3d6d9fddefe9628f9d5bfc3932a0 100644
--- a/chrome/browser/first_run/first_run_win.cc
+++ b/chrome/browser/first_run/first_run_win.cc
@@ -310,7 +310,7 @@ int ImportFromBrowser(Profile* profile,
importer_host->SetObserver(&observer);
importer_host->StartImportSettings(
importer_list->GetSourceProfileForImporterType(importer_type), profile,
- static_cast<uint16>(items_to_import), new ProfileWriter(profile), true);
+ static_cast<uint16>(items_to_import), new ProfileWriter(profile));
// If the import process has not errored out, block on it.
if (!observer.ended()) {
observer.set_should_quit_message_loop();
« no previous file with comments | « chrome/browser/first_run/first_run_posix.cc ('k') | chrome/browser/importer/external_process_importer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698