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

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

Issue 13875006: Attempting to fix perf regression on Linux of nacl_helper-data/data. (Closed) Base URL: svn://svn.chromium.org/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 | « ppapi/api/private/ppb_flash.idl ('k') | ppapi/proxy/flash_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_flash.h
===================================================================
--- ppapi/c/private/ppb_flash.h (revision 195342)
+++ ppapi/c/private/ppb_flash.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_flash.idl modified Thu Apr 18 15:06:12 2013. */
+/* From private/ppb_flash.idl modified Thu Mar 28 10:30:53 2013. */
#ifndef PPAPI_C_PRIVATE_PPB_FLASH_H_
#define PPAPI_C_PRIVATE_PPB_FLASH_H_
@@ -118,11 +118,7 @@
/**
* Specifies the document URL which contains the flash instance.
*/
- PP_FLASHCRASHKEY_URL = 1,
- /**
- * Specifies the URL of the current swf.
- */
- PP_FLASHCRASHKEY_RESOURCE_URL = 2
+ PP_FLASHCRASHKEY_URL = 1
} PP_FlashCrashKey;
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FlashCrashKey, 4);
/**
« no previous file with comments | « ppapi/api/private/ppb_flash.idl ('k') | ppapi/proxy/flash_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698