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

Unified Diff: ppapi/api/private/ppb_flash.idl

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 | « content/ppapi_plugin/ppapi_thread.cc ('k') | ppapi/api/private/ppb_flash_device_id.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | ppapi/api/private/ppb_flash_device_id.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698