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

Unified Diff: trunk/src/chrome/browser/importer/importer_list.cc

Issue 22671003: Revert 216860 "Add option to import from bookmarks html file to ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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: trunk/src/chrome/browser/importer/importer_list.cc
===================================================================
--- trunk/src/chrome/browser/importer/importer_list.cc (revision 216877)
+++ trunk/src/chrome/browser/importer/importer_list.cc (working copy)
@@ -175,12 +175,6 @@
#else
DetectFirefoxProfiles(locale, &profiles);
#endif
- importer::SourceProfile* bookmarks_file = new importer::SourceProfile;
- bookmarks_file->importer_name =
- l10n_util::GetStringUTF16(IDS_IMPORT_FROM_BOOKMARKS_HTML_FILE);
- bookmarks_file->importer_type = importer::TYPE_BOOKMARKS_FILE;
- bookmarks_file->services_supported = importer::FAVORITES;
- profiles.push_back(bookmarks_file);
// TODO(jhawkins): Remove this condition once DetectSourceProfilesHack is
// removed.
« no previous file with comments | « trunk/src/chrome/app/generated_resources.grd ('k') | trunk/src/chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698