diff options
author | dmichael <dmichael@chromium.org> | 2015-03-26 10:06:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-26 17:08:16 +0000 |
commit | 55d1fac1124e1a803eac50ee1a42b3f2b2d560ba (patch) | |
tree | e874cf45215687781d7b4ab5b06691c7c27a1987 /native_client_sdk/src | |
parent | 8ded9764c2691fc4682c6640beb410bebdc6b35e (diff) | |
download | chromium_src-55d1fac1124e1a803eac50ee1a42b3f2b2d560ba.zip chromium_src-55d1fac1124e1a803eac50ee1a42b3f2b2d560ba.tar.gz chromium_src-55d1fac1124e1a803eac50ee1a42b3f2b2d560ba.tar.bz2 |
Remove deprecated PPB_Messaging_1_1
This API was never officially supported, but I left in ABI compatibility for a while for the Google Earth prototype. They're now on the stable 1.2 version, so this version of the API can go away.
sky TBRed for trivial change to chrome/common/ppapi_utils
binji TBRed for native_client_sdk
BUG=414398
TBR=sky@chromium.org,binji@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1014723007
Cr-Commit-Position: refs/heads/master@{#322405}
Diffstat (limited to 'native_client_sdk/src')
-rw-r--r-- | native_client_sdk/src/libraries/ppapi/library.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native_client_sdk/src/libraries/ppapi/library.dsc b/native_client_sdk/src/libraries/ppapi/library.dsc index a982410e..f52d762 100644 --- a/native_client_sdk/src/libraries/ppapi/library.dsc +++ b/native_client_sdk/src/libraries/ppapi/library.dsc @@ -100,7 +100,6 @@ 'ppb_file_chooser_dev.h', 'ppb_font_dev.h', 'ppb_memory_dev.h', - 'ppb_messaging_deprecated.h', 'ppb_opengles2ext_dev.h', 'ppb_printing_dev.h', 'ppb_trace_event_dev.h', |