| Index: chrome/common/render_messages_params.h
|
| ===================================================================
|
| --- chrome/common/render_messages_params.h (revision 58709)
|
| +++ chrome/common/render_messages_params.h (working copy)
|
| @@ -775,6 +775,10 @@
|
|
|
| // Default file name to select in the dialog.
|
| FilePath default_file_name;
|
| +
|
| + // A comma-separated MIME types such as "audio/*,text/plain", that is used
|
| + // to restrict selectable files to such types.
|
| + string16 accept_types;
|
| };
|
|
|
| struct ViewMsg_ExtensionRendererInfo {
|
|
|