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

Unified Diff: chrome/browser/importer/importer_type.cc

Issue 12670013: Out-of-process import on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep Google Toolbar import in-process. Created 7 years, 8 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_type.cc
diff --git a/chrome/browser/importer/importer_type.cc b/chrome/browser/importer/importer_type.cc
index 4c990016d0e248878189fc3324447b58314f3171..b346f7b61ca4c4195373aa6fb2a29e9cfe86e4c5 100644
--- a/chrome/browser/importer/importer_type.cc
+++ b/chrome/browser/importer/importer_type.cc
@@ -53,6 +53,7 @@ Importer* CreateImporterByType(ImporterType type) {
return new IEImporter();
#endif
case TYPE_BOOKMARKS_FILE:
+ // Firefox2Importer handles bookmarks file imports.
case TYPE_FIREFOX2:
return new Firefox2Importer();
case TYPE_FIREFOX3:

Powered by Google App Engine
This is Rietveld 408576698