Chromium Code Reviews| Index: chrome/browser/importer/importer_list.cc |
| diff --git a/chrome/browser/importer/importer_list.cc b/chrome/browser/importer/importer_list.cc |
| index 598843e4c98ae672d386cdb9bea5b88c2e1ba911..ba4193d57a9841bd42a764b93beaa69702b2d025 100644 |
| --- a/chrome/browser/importer/importer_list.cc |
| +++ b/chrome/browser/importer/importer_list.cc |
| @@ -175,13 +175,6 @@ void ImporterList::DetectSourceProfilesWorker(const std::string& locale) { |
| #else |
| DetectFirefoxProfiles(locale, &profiles); |
| #endif |
| - importer::SourceProfile* bookmarks_file = new importer::SourceProfile; |
|
gab
2013/09/23 14:39:14
You will also need to revert your change to chrome
tfarina
2013/09/28 17:10:04
Done.
|
| - 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. |
| if (is_observed_) { |