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

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

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 | « ppapi/api/private/ppb_flash.idl ('k') | ppapi/proxy/plugin_proxy_delegate.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..1bde87b541d8813b082e53cec409abcb259bc696 100644
--- a/ppapi/c/private/ppb_flash.h
+++ b/ppapi/c/private/ppb_flash.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_flash.idl modified Thu Jun 7 12:41:56 2012. */
+/* From private/ppb_flash.idl modified Fri Jun 8 15:55:46 2012. */
#ifndef PPAPI_C_PRIVATE_PPB_FLASH_H_
#define PPAPI_C_PRIVATE_PPB_FLASH_H_
@@ -67,7 +67,15 @@ typedef enum {
*
* 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
} PP_FlashSetting;
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FlashSetting, 4);
/**
« no previous file with comments | « ppapi/api/private/ppb_flash.idl ('k') | ppapi/proxy/plugin_proxy_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698