| Index: content/public/common/file_chooser_params.h
|
| diff --git a/content/public/common/file_chooser_params.h b/content/public/common/file_chooser_params.h
|
| index 455ec42d05e82b5d2fd4651429aebde6d875ad80..0c7f1e41ce7d7124cb39d10f3c06810b38b01320 100644
|
| --- a/content/public/common/file_chooser_params.h
|
| +++ b/content/public/common/file_chooser_params.h
|
| @@ -25,8 +25,8 @@ struct CONTENT_EXPORT FileChooserParams {
|
| // Like Open, but allows picking multiple files to open.
|
| OpenMultiple,
|
|
|
| - // Like Open, but selects a folder.
|
| - OpenFolder,
|
| + // Like Open, but selects a folder for upload.
|
| + UploadFolder,
|
|
|
| // Allows picking a nonexistent file, and prompts to overwrite if the file
|
| // already exists.
|
|
|