| Index: ppapi/api/private/ppb_flash.idl
|
| diff --git a/ppapi/api/private/ppb_flash.idl b/ppapi/api/private/ppb_flash.idl
|
| index 8ce45ef3837965efa5ef7d70c15932c67a94c0f3..43c13ee2ce80fa6801c2c16228e96dfad8af50c5 100644
|
| --- a/ppapi/api/private/ppb_flash.idl
|
| +++ b/ppapi/api/private/ppb_flash.idl
|
| @@ -170,6 +170,7 @@ interface PPB_Flash {
|
|
|
| /**
|
| * Returns the device ID as a string. Returns a PP_VARTYPE_UNDEFINED on error.
|
| + * Deprecated, use GetDeviceIDAsync.
|
| */
|
| [version=12.2]
|
| PP_Var GetDeviceID([in] PP_Instance instance);
|
| @@ -178,7 +179,8 @@ interface PPB_Flash {
|
| * Deprecated. See GetSetting().
|
| */
|
| [version=12.3]
|
| - int32_t GetSettingInt(PP_Instance instance, PP_FlashSetting setting);
|
| + int32_t GetSettingInt([in] PP_Instance instance,
|
| + [in] PP_FlashSetting setting);
|
|
|
| /**
|
| * Returns the value associated with the given setting. Invalid enums will
|
|
|