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

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: extract some more CLs 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 3c3f7f5317b3ffc70701d10ea33f8768a52f01d9..eefce41b741ce415245ebb505a617600fd3fbd40 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