Index: ppapi/c/private/ppb_flash.h |
diff --git a/ppapi/c/private/ppb_flash.h b/ppapi/c/private/ppb_flash.h |
index 6279093c65bdb87f4b4e8ff8893569d5e0c3c845..f09d92dfaa088c9bbd74cb341a0b56303236bf90 100644 |
--- a/ppapi/c/private/ppb_flash.h |
+++ b/ppapi/c/private/ppb_flash.h |
@@ -166,6 +166,7 @@ struct PPB_Flash_12_3 { |
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); |
/** |