| Index: ppapi/native_client/src/trusted/plugin/module_ppapi.cc
|
| ===================================================================
|
| --- ppapi/native_client/src/trusted/plugin/module_ppapi.cc (revision 136022)
|
| +++ ppapi/native_client/src/trusted/plugin/module_ppapi.cc (working copy)
|
| @@ -14,6 +14,7 @@
|
| #include "ppapi/cpp/module.h"
|
|
|
| GetURandomFDFunc get_urandom_fd;
|
| +StartPpapiProxyFunc start_ppapi_proxy;
|
|
|
| namespace plugin {
|
|
|
| @@ -48,6 +49,8 @@
|
|
|
| launch_nacl_process = reinterpret_cast<LaunchNaClProcessFunc>(
|
| private_interface_->LaunchSelLdr);
|
| + start_ppapi_proxy = reinterpret_cast<StartPpapiProxyFunc>(
|
| + private_interface_->StartPpapiProxy);
|
| get_urandom_fd = private_interface_->UrandomFD;
|
|
|
| // In the plugin, we don't need high resolution time of day.
|
|
|