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