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

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') | no next file with comments »
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 swf.
+ */
+ PP_FLASHCRASHKEY_RESOURCE_URL = 2
};
/**
« no previous file with comments | « no previous file | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698