Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: ppapi/c/private/ppb_flash.h

Issue 10535062: Add an asynchronous version of the Flash DeviceID API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/api/private/ppb_flash_device_id.idl ('k') | ppapi/c/private/ppb_flash_device_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
/**
« no previous file with comments | « ppapi/api/private/ppb_flash_device_id.idl ('k') | ppapi/c/private/ppb_flash_device_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698