| Index: chrome/browser/nacl_host/nacl_host_message_filter.h
|
| diff --git a/chrome/browser/nacl_host/nacl_host_message_filter.h b/chrome/browser/nacl_host/nacl_host_message_filter.h
|
| index 66af82de625f7c31a19c1afd281a843eb3ef4048..d32252dc69df8c287a75ad7631be0d78486e58d1 100644
|
| --- a/chrome/browser/nacl_host/nacl_host_message_filter.h
|
| +++ b/chrome/browser/nacl_host/nacl_host_message_filter.h
|
| @@ -51,6 +51,11 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
|
| #if !defined(DISABLE_NACL)
|
| void OnLaunchNaCl(const nacl::NaClLaunchParams& launch_params,
|
| IPC::Message* reply_msg);
|
| + void OnEnsurePnaclInstalled(int instance);
|
| + void ReplyEnsurePnaclInstalled(int instance, bool success);
|
| + void SendProgressEnsurePnaclInstalled(int instance,
|
| + int64_t current_progress,
|
| + int64_t total);
|
| void OnGetReadonlyPnaclFd(const std::string& filename,
|
| IPC::Message* reply_msg);
|
| void OnNaClCreateTemporaryFile(IPC::Message* reply_msg);
|
|
|