diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-20 00:01:52 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-20 00:01:52 +0000 |
commit | d1dc811965f205ed5988a4470c80f41c0637a89b (patch) | |
tree | 62c8960b42f8a74ebcec11a06a96087c19627213 /ppapi/api | |
parent | 01a073642189e573de52950cc003eae8f80a049e (diff) | |
download | chromium_src-d1dc811965f205ed5988a4470c80f41c0637a89b.zip chromium_src-d1dc811965f205ed5988a4470c80f41c0637a89b.tar.gz chromium_src-d1dc811965f205ed5988a4470c80f41c0637a89b.tar.bz2 |
Attempting to fix perf regression on Linux of nacl_helper-data/data.
Revert 195188 - Add interface to set the sub resource crash key from Flash
BUG=N/A
TEST=N/A
Review URL: https://chromiumcodereview.appspot.com/14311004
TBR=cdn@chromium.org
Review URL: https://codereview.chromium.org/13875006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/private/ppb_flash.idl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ppapi/api/private/ppb_flash.idl b/ppapi/api/private/ppb_flash.idl index f16cbc9..5327cab 100644 --- a/ppapi/api/private/ppb_flash.idl +++ b/ppapi/api/private/ppb_flash.idl @@ -103,12 +103,7 @@ enum PP_FlashCrashKey { /** * 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 }; /** |