Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4339)

Unified Diff: chrome/browser/nacl_host/nacl_host_message_filter.h

Issue 55463002: Remove PNaCl's RequestFirstInstall, use resource throttle instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder functions Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/nacl_host/nacl_file_host_unittest.cc ('k') | chrome/browser/nacl_host/nacl_host_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698