diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 01:53:23 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 01:53:23 +0000 |
commit | 6903130df04c68841a9815be736a6b4eb5b393c1 (patch) | |
tree | dab0d15397a7b4e68800e9fbc0ea5dfe18cb2e67 /ppapi/proxy/interface_list.cc | |
parent | 6c8bbcb719653d761d688d3a47d85a8451e498e4 (diff) | |
download | chromium_src-6903130df04c68841a9815be736a6b4eb5b393c1.zip chromium_src-6903130df04c68841a9815be736a6b4eb5b393c1.tar.gz chromium_src-6903130df04c68841a9815be736a6b4eb5b393c1.tar.bz2 |
Re-land r109086: Add private Pepper API for dealing with PP_Flash_NetAddress.
[The Win components build was already fixed, and the broken unrevert reverted. The original review was here: http://codereview.chromium.org/8357030 .]
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8496045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/interface_list.cc')
-rw-r--r-- | ppapi/proxy/interface_list.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc index a11e778..269aa6e 100644 --- a/ppapi/proxy/interface_list.cc +++ b/ppapi/proxy/interface_list.cc @@ -46,6 +46,7 @@ #include "ppapi/c/private/ppb_flash_file.h" #include "ppapi/c/private/ppb_flash_fullscreen.h" #include "ppapi/c/private/ppb_flash_menu.h" +#include "ppapi/c/private/ppb_flash_net_address.h" #include "ppapi/c/private/ppb_flash_net_connector.h" #include "ppapi/c/private/ppb_flash_tcp_socket.h" #include "ppapi/c/private/ppb_flash_udp_socket.h" |