Chromium Code Reviews| 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 flash file. |
|
raymes1
2013/04/16 23:31:54
maybe "swf" instead of "file"?
Cris Neckar
2013/04/17 19:20:31
Done.
|
| + */ |
| + PP_FLASHCRASHKEY_RESOURCE_URL = 2 |
| }; |
| /** |