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

Unified Diff: ppapi/c/private/ppb_flash.h

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
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);
/**

Powered by Google App Engine
This is Rietveld 408576698