| Index: components/nacl/browser/nacl_host_message_filter.h
|
| diff --git a/components/nacl/browser/nacl_host_message_filter.h b/components/nacl/browser/nacl_host_message_filter.h
|
| index 01d610fff75e546b0864a8c9146f65aa3b11cd65..843a340dcccfb4be98cb4de3460ef6d86d4b0a95 100644
|
| --- a/components/nacl/browser/nacl_host_message_filter.h
|
| +++ b/components/nacl/browser/nacl_host_message_filter.h
|
| @@ -54,6 +54,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
|
| void OnGetReadonlyPnaclFd(const std::string& filename,
|
| IPC::Message* reply_msg);
|
| void OnNaClCreateTemporaryFile(IPC::Message* reply_msg);
|
| + void OnNaClGetNumProcessors(int* num_processors);
|
| void OnGetNexeFd(int render_view_id,
|
| int pp_instance,
|
| const PnaclCacheInfo& cache_info);
|
|
|