| Index: ppapi/proxy/ppapi_param_traits.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_param_traits.h (revision 132566)
|
| +++ ppapi/proxy/ppapi_param_traits.h (working copy)
|
| @@ -147,6 +147,7 @@
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
| +#if !defined(OS_NACL)
|
| template<>
|
| struct PPAPI_PROXY_EXPORT ParamTraits<ppapi::proxy::SerializedFlashMenu> {
|
| typedef ppapi::proxy::SerializedFlashMenu param_type;
|
| @@ -162,6 +163,7 @@
|
| static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
| +#endif // !defined(OS_NACL)
|
|
|
| } // namespace IPC
|
|
|
|
|