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

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

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
Index: chrome/browser/importer/importer_progress_dialog.h
===================================================================
--- chrome/browser/importer/importer_progress_dialog.h (revision 127057)
+++ chrome/browser/importer/importer_progress_dialog.h (working copy)
@@ -18,11 +18,9 @@
// Shows an UI for importing and begins importing the specified |items| from
// |source_profile| to |target_profile|. |importer_observer| is notified when
-// the process is complete, it can be NULL. |parent_window| is the window to
-// parent the UI to, it can be NULL if there's nothing to parent to. |first_run|
-// is true if it's invoked in the first run UI.
-void ShowImportProgressDialog(gfx::NativeWindow parent_window,
- uint16 items,
+// the process is complete, it can be NULL. |first_run| is true if it's invoked
+// in the first run UI.
+void ShowImportProgressDialog(uint16 items,
ImporterHost* importer_host,
ImporterObserver* importer_observer,
const SourceProfile& source_profile,
« no previous file with comments | « chrome/browser/first_run/first_run_win.cc ('k') | chrome/browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698