Index: components/nacl/common/nacl_host_messages.h |
diff --git a/components/nacl/common/nacl_host_messages.h b/components/nacl/common/nacl_host_messages.h |
index ec0f07b98e448923c0473bb2e6057ddc2dcbffcb..255ec47f40e6c0d9a6a7e4c226c55b35f32fccda 100644 |
--- a/components/nacl/common/nacl_host_messages.h |
+++ b/components/nacl/common/nacl_host_messages.h |
@@ -43,6 +43,8 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::PnaclCacheInfo) |
IPC_STRUCT_TRAITS_MEMBER(last_modified) |
IPC_STRUCT_TRAITS_MEMBER(etag) |
IPC_STRUCT_TRAITS_MEMBER(has_no_store_header) |
+ IPC_STRUCT_TRAITS_MEMBER(sandbox_isa) |
jvoung (off chromium)
2014/02/15 02:07:27
You could also get the nacl arch from "OmahaQueryP
Derek Schuff
2014/02/15 05:59:18
Given that the rest of the cache information is co
|
+ IPC_STRUCT_TRAITS_MEMBER(extra_flags) |
IPC_STRUCT_TRAITS_END() |
// A renderer sends this to the browser process when it wants to start |