Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaurencin authored and ckerr committed Sep 12, 2022
1 parent c4ba8ee commit 86f5ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/browser/electron_download_manager_delegate.cc
Expand Up @@ -106,7 +106,7 @@ bool GetRegistryDescriptionFromExtension(const std::string& file_ext,
// If a description is not provided for a file extension, it will be retrieved
// from the registry. If the file extension does not exist in the registry, a
// default description will be created (e.g. "qqq" yields "QQQ File").
// Copied from ui/shell_dialogs/select_file_dialog_win.cc
// Modified from ui/shell_dialogs/select_file_dialog_win.cc
file_dialog::Filters FormatFilterForExtensions(
const std::vector<std::string>& file_ext,
const std::vector<std::string>& ext_desc,
Expand Down

0 comments on commit 86f5ae7

Please sign in to comment.