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

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: Rebase 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..2704c8d44486d8fd672bcf7c7a9ca274a5588071 100644
--- a/components/nacl/browser/nacl_host_message_filter.h
+++ b/components/nacl/browser/nacl_host_message_filter.h
@@ -17,7 +17,7 @@ class GURL;
namespace nacl {
struct NaClLaunchParams;
-struct NaClResourceFileInfo;
+struct NaClResourcePrefetchResult;
struct PnaclCacheInfo;
}
@@ -63,8 +63,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
void LaunchNaClContinuationOnIOThread(
const nacl::NaClLaunchParams& launch_params,
IPC::Message* reply_msg,
- const std::vector<
- nacl::NaClResourceFileInfo>& prefetched_resource_files_info,
+ const std::vector<NaClResourcePrefetchResult>& prefetched_resource_files,
ppapi::PpapiPermissions permissions);
void OnGetReadonlyPnaclFd(const std::string& filename,
bool is_executable,

Powered by Google App Engine
This is Rietveld 408576698