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

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

Issue 9960083: Add a Flash API to get the device ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | ppapi/c/private/ppb_flash.h » ('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 997274e8a06a867d02915ff768f0b8edd458e1cc..b0838828a6dfce08173aa06e9423b9075b88eb22 100644
--- a/ppapi/api/private/ppb_flash.idl
+++ b/ppapi/api/private/ppb_flash.idl
@@ -9,7 +9,8 @@
label Chrome {
M17 = 12.0,
- M19 = 12.1
+ M19 = 12.1,
+ M20 = 12.2
};
/**
@@ -129,6 +130,12 @@ interface PPB_Flash {
[version=12.1]
void UpdateActivity(
[in] PP_Instance instance);
+
+ /**
+ * Returns the device ID as a string. Returns a PP_VARTYPE_UNDEFINED on error.
+ */
+ [version=12.2]
+ PP_Var GetDeviceID([in] PP_Instance instance);
};
#inline c
« no previous file with comments | « no previous file | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698