| 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..455ec42d05e82b5d2fd4651429aebde6d875ad80 100644
|
| --- a/content/public/common/file_chooser_params.h
|
| +++ b/content/public/common/file_chooser_params.h
|
| @@ -47,9 +47,9 @@ struct CONTENT_EXPORT FileChooserParams {
|
| 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.
|
| - string16 capture;
|
| + // See http://www.w3.org/TR/html-media-capture for more information.
|
| + // If true, the data should be obtained using the device's camera/mic/etc.
|
| + bool capture;
|
| #endif
|
| };
|
|
|
|
|