diff options
Diffstat (limited to 'chrome/browser/shell_dialogs.h')
-rw-r--r-- | chrome/browser/shell_dialogs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/shell_dialogs.h b/chrome/browser/shell_dialogs.h index 421f461..27ea52a 100644 --- a/chrome/browser/shell_dialogs.h +++ b/chrome/browser/shell_dialogs.h @@ -76,8 +76,8 @@ class SelectFileDialog // |extension_description_overrides| overrides the system descriptions of the // specified extensions. Entries correspond to |extensions|; if left blank // the system descriptions will be used. - // |include_all_files| specifies whether all files (e.g. *.*) will be allowed - // in the file filtering. + // |include_all_files| specifies whether there will be a filter added for all + // files (i.e. *.*). struct FileTypeInfo { std::vector<std::vector<FilePath::StringType> > extensions; std::vector<string16> extension_description_overrides; |