diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 03:51:40 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 03:51:40 +0000 |
commit | 0eb0e874e21ae0ce8bcf0764b5168910d6dfae9b (patch) | |
tree | 147133235b836cff5cdf9605e611b172348fc6db /ppapi | |
parent | ea028cbab07818f1d058fd7045e775220b2f7cbb (diff) | |
download | chromium_src-0eb0e874e21ae0ce8bcf0764b5168910d6dfae9b.zip chromium_src-0eb0e874e21ae0ce8bcf0764b5168910d6dfae9b.tar.gz chromium_src-0eb0e874e21ae0ce8bcf0764b5168910d6dfae9b.tar.bz2 |
Pepper: Remove DispatcherMessageListener
Now all resources that require communication between browser and plugin
have been moved to the new design. This is not needed anymore.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/111893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/shared_impl/api_id.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h index c482a02..104a078 100644 --- a/ppapi/shared_impl/api_id.h +++ b/ppapi/shared_impl/api_id.h @@ -31,7 +31,6 @@ enum ApiID { API_ID_PPB_FONT, API_ID_PPB_GRAPHICS_2D, API_ID_PPB_GRAPHICS_3D, - API_ID_PPB_HOSTRESOLVER_PRIVATE, API_ID_PPB_IMAGE_DATA, API_ID_PPB_INSTANCE, API_ID_PPB_INSTANCE_PRIVATE, |