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

Unified Diff: components/nacl/common/nacl_messages.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/common/nacl_messages.h
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
index 46cae3f449b177b51e7c676c3870cb8155602be0..3bdd16e1ddae6b390372eac617675b54d1656214 100644
--- a/components/nacl/common/nacl_messages.h
+++ b/components/nacl/common/nacl_messages.h
@@ -18,8 +18,14 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
IPC_STRUCT_TRAITS_MEMBER(nexe_file)
IPC_STRUCT_TRAITS_MEMBER(nexe_file_path_metadata)
IPC_STRUCT_TRAITS_MEMBER(prefetched_resource_files)
- IPC_STRUCT_TRAITS_MEMBER(handles)
+ IPC_STRUCT_TRAITS_MEMBER(imc_bootstrap_handle)
+ IPC_STRUCT_TRAITS_MEMBER(irt_handle)
+#if defined(OS_MACOSX)
+ IPC_STRUCT_TRAITS_MEMBER(mac_shm_fd)
+#endif
+#if defined(OS_POSIX)
IPC_STRUCT_TRAITS_MEMBER(debug_stub_server_bound_socket)
+#endif
IPC_STRUCT_TRAITS_MEMBER(validation_cache_enabled)
IPC_STRUCT_TRAITS_MEMBER(validation_cache_key)
IPC_STRUCT_TRAITS_MEMBER(version)
@@ -29,7 +35,7 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
IPC_STRUCT_TRAITS_MEMBER(crash_info_shmem_handle)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(nacl::NaClResourceFileInfo)
+IPC_STRUCT_TRAITS_BEGIN(nacl::NaClResourcePrefetchResult)
IPC_STRUCT_TRAITS_MEMBER(file)
IPC_STRUCT_TRAITS_MEMBER(file_path_metadata)
IPC_STRUCT_TRAITS_MEMBER(file_key)

Powered by Google App Engine
This is Rietveld 408576698