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 f4493fc13221f0288cb3846f532167fb9371badb..b8b201ab17a69557504edf92bbd9c1ad95229480 100644 |
--- a/chrome/browser/nacl_host/nacl_host_message_filter.h |
+++ b/chrome/browser/nacl_host/nacl_host_message_filter.h |
@@ -15,7 +15,6 @@ class GURL; |
namespace nacl { |
struct NaClLaunchParams; |
struct PnaclCacheInfo; |
-struct PnaclInstallProgress; |
} |
namespace net { |
@@ -50,7 +49,6 @@ 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 OnGetReadonlyPnaclFd(const std::string& filename, |
IPC::Message* reply_msg); |
void OnNaClCreateTemporaryFile(IPC::Message* reply_msg); |
@@ -62,11 +60,6 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
void OnOpenNaClExecutable(int render_view_id, |
const GURL& file_url, |
IPC::Message* reply_msg); |
- |
- void ReplyEnsurePnaclInstalled(int instance, bool success); |
- void SendProgressEnsurePnaclInstalled( |
- int instance, |
- const nacl::PnaclInstallProgress& progress); |
void SyncReturnTemporaryFile(IPC::Message* reply_msg, |
base::PlatformFile fd); |
void AsyncReturnTemporaryFile(int pp_instance, |