| 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 acc7fade90eab74c468a73259f68af17f0823316..3fa356b6d0d2aabb8b2f9f55042798aea76474b1 100644
|
| --- a/content/public/common/file_chooser_params.h
|
| +++ b/content/public/common/file_chooser_params.h
|
| @@ -46,6 +46,13 @@ struct CONTENT_EXPORT FileChooserParams {
|
| // A list of valid lower-cased MIME types or file extensions specified in an
|
| // input element. It is used to restrict selectable files to such types.
|
| std::vector<string16> accept_types;
|
| +
|
| +#if defined(OS_ANDROID)
|
| + // Used to select items other than files, i.e. camera/mic. See
|
| + // SelectFileDialog.java for more details.
|
| + // TODO(jrg): upstream SelectFileDialog.java! Currently lives in chrome/.
|
| + string16 capture;
|
| +#endif
|
| };
|
|
|
| } // namespace content
|
|
|