| Index: ppapi/proxy/ppapi_param_traits.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_param_traits.cc (revision 154244)
|
| +++ ppapi/proxy/ppapi_param_traits.cc (working copy)
|
| @@ -550,6 +550,7 @@
|
| void ParamTraits<ppapi::proxy::SerializedFlashMenu>::Log(const param_type& p,
|
| std::string* l) {
|
| }
|
| +#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
|
|
|
| // PPB_X509Certificate_Fields --------------------------------------------------
|
|
|
| @@ -571,6 +572,5 @@
|
| void ParamTraits<ppapi::PPB_X509Certificate_Fields>::Log(const param_type& p,
|
| std::string* l) {
|
| }
|
| -#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
|
|
|
| } // namespace IPC
|
|
|