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

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

Issue 6979007: Many fixes to bookmark importing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Happy tests =) Created 9 years, 7 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/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();
« no previous file with comments | « chrome/browser/importer/profile_import_process_client.cc ('k') | chrome/browser/importer/profile_import_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698