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

Unified Diff: ppapi/api/private/ppb_flash.idl

Issue 14311004: Add interface to set the sub resource crash key from Flash (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | « no previous file | ppapi/c/private/ppb_flash.h » ('j') | ppapi/proxy/flash_resource.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
/**
« no previous file with comments | « no previous file | ppapi/c/private/ppb_flash.h » ('j') | ppapi/proxy/flash_resource.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698