summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_dialogs.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 23:37:06 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 23:37:06 +0000
commit342bf1f950fbb64cd841b4343c3a15a4d6363caf (patch)
tree364a904d9dbd960a79b47758d5c3c2add9f17302 /chrome/browser/shell_dialogs.h
parentff73476ccb258e1a9f2ef811016d1ddb961d77cd (diff)
downloadchromium_src-342bf1f950fbb64cd841b4343c3a15a4d6363caf.zip
chromium_src-342bf1f950fbb64cd841b4343c3a15a4d6363caf.tar.gz
chromium_src-342bf1f950fbb64cd841b4343c3a15a4d6363caf.tar.bz2
Gtk file selection filters, first cut.
Review URL: http://codereview.chromium.org/92153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_dialogs.h')
-rw-r--r--chrome/browser/shell_dialogs.h4
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;