| Index: ppapi/proxy/ppapi_param_traits.h
|
| diff --git a/ppapi/proxy/ppapi_param_traits.h b/ppapi/proxy/ppapi_param_traits.h
|
| index f56415a869f1de7362f796dabea2976462ed2951..b56ec3e3d4bdfb331e7d3f36250f5ac3a0f50afe 100644
|
| --- a/ppapi/proxy/ppapi_param_traits.h
|
| +++ b/ppapi/proxy/ppapi_param_traits.h
|
| @@ -17,7 +17,6 @@
|
| #include "ppapi/shared_impl/file_path.h"
|
| #include "ppapi/shared_impl/file_ref_create_info.h"
|
| #include "ppapi/shared_impl/ppapi_permissions.h"
|
| -#include "ppapi/shared_impl/ppb_file_ref_shared.h"
|
| #include "ppapi/shared_impl/socket_option_data.h"
|
|
|
| struct PP_FileInfo;
|
| @@ -77,15 +76,6 @@ struct PPAPI_PROXY_EXPORT ParamTraits<
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
| -// TODO(teravest): Remove this when we've switched over to the new proxy.
|
| -template<>
|
| -struct PPAPI_PROXY_EXPORT ParamTraits<ppapi::PPB_FileRef_CreateInfo> {
|
| - typedef ppapi::PPB_FileRef_CreateInfo param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| template<>
|
| struct PPAPI_PROXY_EXPORT ParamTraits<
|
| ppapi::proxy::PPBURLLoader_UpdateProgress_Params> {
|
| @@ -154,15 +144,6 @@ struct PPAPI_PROXY_EXPORT ParamTraits<
|
| };
|
|
|
| template<>
|
| -struct PPAPI_PROXY_EXPORT ParamTraits< std::vector<
|
| - ppapi::PPB_FileRef_CreateInfo> > {
|
| - typedef std::vector<ppapi::PPB_FileRef_CreateInfo> param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| -template<>
|
| struct PPAPI_PROXY_EXPORT ParamTraits<ppapi::PpapiPermissions> {
|
| typedef ppapi::PpapiPermissions param_type;
|
| static void Write(Message* m, const param_type& p);
|
|
|