| 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 7e4f2bd6fcb624aff932674d86025b8bd7770724..b94d4cea23a519b4b404968d3b7c49326ca3b8a5 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.
|
|
|