Chromium Code Reviews| Index: ppapi/native_client/src/trusted/plugin/plugin.cc |
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc |
| index 0034f26d571d2b92b5fbee34aa0962f9f4276592..c5e11bbd7403042896b781a8af28dd520e6b2f67 100644 |
| --- a/ppapi/native_client/src/trusted/plugin/plugin.cc |
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.cc |
| @@ -75,6 +75,8 @@ using ppapi_proxy::BrowserPpp; |
| namespace plugin { |
| +GetReadonlyPnaclFdFunc get_readonly_pnacl_fd = NULL; |
| + |
| namespace { |
| const char* const kTypeAttribute = "type"; |