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

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

Issue 10541088: Propogate the UI language on the command line and expose to Flash. (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/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 8ce45ef3837965efa5ef7d70c15932c67a94c0f3..0befda73d4a8cf95a98e85d52bcc8e74ab638f7e 100644
--- a/ppapi/api/private/ppb_flash.idl
+++ b/ppapi/api/private/ppb_flash.idl
@@ -47,7 +47,16 @@ enum PP_FlashSetting {
*
* This should only be enabled if PP_FLASHSETTING_3DENABLED is true.
*/
- PP_FLASHSETTING_STAGE3DENABLED = 3
+ PP_FLASHSETTING_STAGE3DENABLED = 3,
+
+ /**
+ * Specifies the string for the language code of the UI of the browser.
+ *
+ * For example: "en-US" or "de".
+ *
+ * Returns an undefined PP_Var on invalid instance.
+ */
+ PP_FLASHSETTING_LANGUAGE = 4
};
/**
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698