Index: ppapi/c/private/ppb_flash.h |
=================================================================== |
--- ppapi/c/private/ppb_flash.h (revision 194456) |
+++ ppapi/c/private/ppb_flash.h (working copy) |
@@ -118,7 +118,11 @@ |
/** |
* Specifies the document URL which contains the flash instance. |
*/ |
- PP_FLASHCRASHKEY_URL = 1 |
+ PP_FLASHCRASHKEY_URL = 1, |
+ /** |
+ * Specifies the document URL which contains the flash instance. |
+ */ |
+ PP_FLASHCRASHKEY_RESOURCE_URL = 2 |
} PP_FlashCrashKey; |
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FlashCrashKey, 4); |
/** |