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

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
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);
/**

Powered by Google App Engine
This is Rietveld 408576698