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

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

Issue 9702103: Clean up first run: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/first_run/first_run_browser_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run.cc
===================================================================
--- chrome/browser/first_run/first_run.cc (revision 127051)
+++ chrome/browser/first_run/first_run.cc (working copy)
@@ -126,8 +126,7 @@
source_profile.source_path = file_path;
FirstRunImportObserver importer_observer;
- importer::ShowImportProgressDialog(NULL,
- importer::FAVORITES,
+ importer::ShowImportProgressDialog(importer::FAVORITES,
importer_host,
&importer_observer,
source_profile,
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/first_run/first_run_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698