| Index: ppapi/c/dev/ppb_file_chooser_dev.h
|
| diff --git a/ppapi/c/dev/ppb_file_chooser_dev.h b/ppapi/c/dev/ppb_file_chooser_dev.h
|
| index 22d799f31ac82f5651d262523e06eb36d14d202f..0a43d11372ab97913057787791f538634f65ef1c 100644
|
| --- a/ppapi/c/dev/ppb_file_chooser_dev.h
|
| +++ b/ppapi/c/dev/ppb_file_chooser_dev.h
|
| @@ -30,7 +30,7 @@ struct PP_FileChooserOptions_Dev {
|
| const char* accept_mime_types;
|
| };
|
|
|
| -#define PPB_FILECHOOSER_DEV_INTERFACE "PPB_FileChooser(Dev);0.2"
|
| +#define PPB_FILECHOOSER_DEV_INTERFACE "PPB_FileChooser(Dev);0.3"
|
|
|
| struct PPB_FileChooser_Dev {
|
| // Creates a file chooser dialog with the specified options. The chooser is
|
|
|