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

Unified Diff: components/nacl/common/nacl_types_param_traits.h

Issue 2525483002: Convert NaCl renderer-loader messages to mojo. (Closed)
Patch Set: Created 4 years 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_types_param_traits.h
diff --git a/components/nacl/common/nacl_types_param_traits.h b/components/nacl/common/nacl_types_param_traits.h
index 6d69eda21d3781c241481e072022ba48d7698809..7c22e01f3be8ea7eaf3d8ba3fde2d1bc05b941bc 100644
--- a/components/nacl/common/nacl_types_param_traits.h
+++ b/components/nacl/common/nacl_types_param_traits.h
@@ -10,8 +10,11 @@
#include "components/nacl/common/nacl_types.h"
#include "ipc/ipc_message_macros.h"
+#include "native_client/src/trusted/service_runtime/nacl_error_code.h"
IPC_ENUM_TRAITS_MAX_VALUE(nacl::NaClAppProcessType,
nacl::kNumNaClProcessTypes - 1)
+IPC_ENUM_TRAITS_MAX_VALUE(NaClErrorCode, NACL_ERROR_CODE_MAX)
+
#endif // COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_

Powered by Google App Engine
This is Rietveld 408576698