| 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..29762e1395aea4fdbe5cf051a8a42c59912c214e 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) | 
| +  // Paramaterization of choice on the Java size (e.g. from | 
| +  // filesystem).  See SelectFileDialog.java. | 
| +  // TODO(jrg): upstream SelectFileDialog.java!  Currently lives in chrome/. | 
| +  string16 capture; | 
| +#endif | 
| }; | 
|  | 
| }  // namespace content | 
|  |