| Index: ppapi/proxy/irt_ppapi.c
|
| diff --git a/ppapi/proxy/irt_ppapi.c b/ppapi/proxy/irt_ppapi.c
|
| index 64c22aa70273ad56467f65ea4a251e5c5639f039..be6a2168d27e759794d535701f552002fbbab553 100644
|
| --- a/ppapi/proxy/irt_ppapi.c
|
| +++ b/ppapi/proxy/irt_ppapi.c
|
| @@ -33,11 +33,7 @@ const void* PPP_GetInterface(const char* interface_name) {
|
| return g_pp_functions.PPP_GetInterface(interface_name);
|
| }
|
|
|
| -/*
|
| - * TODO(mseaborn): This can be made static when the NaCl side no
|
| - * longer refers to it.
|
| - */
|
| -const struct nacl_irt_ppapihook nacl_irt_ppapihook = {
|
| +static const struct nacl_irt_ppapihook nacl_irt_ppapihook = {
|
| irt_ppapi_start,
|
| PpapiPluginRegisterThreadCreator,
|
| };
|
|
|