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

Unified Diff: components/nacl/browser/nacl_host_message_filter.h

Issue 1085583005: Refactor params of NaClProcessMsg_Start. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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: 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 ec8ece4b12d3d943378de1895834a0415d7cbbd5..6b8e21155d257532d32f3d455c024313b1f41750 100644
--- a/components/nacl/browser/nacl_host_message_filter.h
+++ b/components/nacl/browser/nacl_host_message_filter.h
@@ -54,17 +54,12 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
void OnLaunchNaCl(const NaClLaunchParams& launch_params,
IPC::Message* reply_msg);
- void BatchOpenResourceFiles(const nacl::NaClLaunchParams& launch_params,
- IPC::Message* reply_msg,
- ppapi::PpapiPermissions permissions);
- void LaunchNaClContinuation(
+ void LaunchNaClContinuationOnUIThread(
const nacl::NaClLaunchParams& launch_params,
IPC::Message* reply_msg);
void LaunchNaClContinuationOnIOThread(
const nacl::NaClLaunchParams& launch_params,
IPC::Message* reply_msg,
- const std::vector<
- nacl::NaClResourceFileInfo>& prefetched_resource_files_info,
ppapi::PpapiPermissions permissions);
void OnGetReadonlyPnaclFd(const std::string& filename,
bool is_executable,
« no previous file with comments | « no previous file | components/nacl/browser/nacl_host_message_filter.cc » ('j') | components/nacl/common/nacl_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698