From 86f5ae78f7a0226d96c7ad402515d03c4132e6c9 Mon Sep 17 00:00:00 2001 From: mlaurencin Date: Thu, 8 Sep 2022 15:15:38 -0700 Subject: [PATCH] update comment --- shell/browser/electron_download_manager_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/browser/electron_download_manager_delegate.cc b/shell/browser/electron_download_manager_delegate.cc index d792d91ea90a2..88fcc373c3383 100644 --- a/shell/browser/electron_download_manager_delegate.cc +++ b/shell/browser/electron_download_manager_delegate.cc @@ -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& file_ext, const std::vector& ext_desc,