Skip to content

Commit

Permalink
Do not claim the capability without support importing cookies from IE
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Sep 26, 2016
1 parent 0deb8ff commit d4d5b6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chromium_src/chrome/browser/importer/importer_list.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ void DetectIEProfiles(std::vector<importer::SourceProfile>* profiles) {
ie.importer_name = base::UTF8ToUTF16("Microsoft Internet Explorer");
ie.importer_type = importer::TYPE_IE;
ie.services_supported = importer::HISTORY | importer::FAVORITES |
importer::COOKIES | importer::PASSWORDS |
importer::SEARCH_ENGINES;
importer::PASSWORDS | importer::SEARCH_ENGINES;
profiles->push_back(ie);
}

Expand Down

0 comments on commit d4d5b6b

Please sign in to comment.