| Index: ppapi/c/private/ppb_flash.h
|
| diff --git a/ppapi/c/private/ppb_flash.h b/ppapi/c/private/ppb_flash.h
|
| index 9a3ed11c8ba06ba343c07f007f1616edb9291e7c..0edc098a1aae0bf21cd3eeab5d0389bdc9fde969 100644
|
| --- a/ppapi/c/private/ppb_flash.h
|
| +++ b/ppapi/c/private/ppb_flash.h
|
| @@ -167,6 +167,7 @@ struct PPB_Flash_12_4 {
|
| void (*UpdateActivity)(PP_Instance instance);
|
| /**
|
| * Returns the device ID as a string. Returns a PP_VARTYPE_UNDEFINED on error.
|
| + * Deprecated, use GetDeviceIDAsync.
|
| */
|
| struct PP_Var (*GetDeviceID)(PP_Instance instance);
|
| /**
|
|
|