| 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 a38e184b6827072c0d5a95bf101f2bc75253c18e..73ec13fcf695220251be7fcf225fad321d80711e 100644
|
| --- a/components/nacl/browser/nacl_host_message_filter.h
|
| +++ b/components/nacl/browser/nacl_host_message_filter.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| +#include "ppapi/shared_impl/ppapi_permissions.h"
|
|
|
| class GURL;
|
|
|
| @@ -50,6 +51,9 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
|
|
|
| void OnLaunchNaCl(const NaClLaunchParams& launch_params,
|
| IPC::Message* reply_msg);
|
| + void LaunchNaClContinuation(const nacl::NaClLaunchParams& launch_params,
|
| + IPC::Message* reply_msg,
|
| + ppapi::PpapiPermissions permissions);
|
| void OnGetReadonlyPnaclFd(const std::string& filename,
|
| IPC::Message* reply_msg);
|
| void OnNaClCreateTemporaryFile(IPC::Message* reply_msg);
|
|
|