Index: ppapi/api/private/ppb_flash.idl |
=================================================================== |
--- ppapi/api/private/ppb_flash.idl (revision 194456) |
+++ ppapi/api/private/ppb_flash.idl (working copy) |
@@ -103,7 +103,12 @@ |
/** |
* Specifies the document URL which contains the flash instance. |
*/ |
- PP_FLASHCRASHKEY_URL = 1 |
+ PP_FLASHCRASHKEY_URL = 1, |
+ |
+ /** |
+ * Specifies the URL of the current swf. |
+ */ |
+ PP_FLASHCRASHKEY_RESOURCE_URL = 2 |
}; |
/** |