diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 21:31:17 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 21:31:17 +0000 |
commit | 008b85036666ad1b49c0525682904950df3777cb (patch) | |
tree | efa76a5c06d5f566e2e9fc89c8f6fba8fa34cfe3 /chrome/browser/importer/importer.h | |
parent | 602e6865dda0510c26520bb5f86787b817d5048c (diff) | |
download | chromium_src-008b85036666ad1b49c0525682904950df3777cb.zip chromium_src-008b85036666ad1b49c0525682904950df3777cb.tar.gz chromium_src-008b85036666ad1b49c0525682904950df3777cb.tar.bz2 |
First Run Import Progress UI.
First run code needed some reworking in order to get things in order for progress notification.
BUG=18773
TEST=When importing another browser's settings, a progress dialog should be displayed.
Review URL: http://codereview.chromium.org/164290
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer/importer.h')
-rw-r--r-- | chrome/browser/importer/importer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h index 78b2114..df8bc48 100644 --- a/chrome/browser/importer/importer.h +++ b/chrome/browser/importer/importer.h @@ -419,9 +419,6 @@ class ImportObserver { }; -#if !defined(OS_MACOSX) -// TODO(port): Make StartImportingWithUI portable. - // Shows a UI for importing and begins importing the specified items from // source_profile to target_profile. observer is notified when the process is // complete, can be NULL. parent is the window to parent the UI to, can be NULL @@ -434,6 +431,5 @@ void StartImportingWithUI(gfx::NativeWindow parent_window, Profile* target_profile, ImportObserver* observer, bool first_run); -#endif #endif // CHROME_BROWSER_IMPORTER_IMPORTER_H_ |