Index: chrome/browser/importer/profile_import_process_host.h |
diff --git a/chrome/browser/importer/profile_import_process_host.h b/chrome/browser/importer/profile_import_process_host.h |
index d8656abb4f55e4ef48df230d239d4a1a92365b78..9403b3748382577772ec6dade0ff53d510694e3f 100644 |
--- a/chrome/browser/importer/profile_import_process_host.h |
+++ b/chrome/browser/importer/profile_import_process_host.h |
@@ -38,11 +38,9 @@ class ProfileImportProcessHost : public BrowserChildProcessHost { |
BrowserThread::ID thread_id); |
virtual ~ProfileImportProcessHost(); |
- // |source_profile|, |items|, and |import_to_bookmark_bar| are all needed by |
- // the external importer process. |
+ // |source_profile| and |items| are needed by the external importer process. |
bool StartProfileImportProcess(const importer::SourceProfile& source_profile, |
- uint16 items, |
- bool import_to_bookmark_bar); |
+ uint16 items); |
// Cancel the external import process. |
bool CancelProfileImportProcess(); |