| 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 b63a93067f672a81b1b6e65fbf0258dc30776cfd..e807f38332cf0d5f6b53ff220c32e9668ab0c58d 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
|
|
|