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

Unified Diff: ipc/param_traits_macros.h

Issue 8553001: views: Add an Options enum to MessageBoxView control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding an IPC_MESSAGE_EXPORT to line 30 of param_traits_macro.h makes it link in shared build Created 9 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ui/base/javascript_message_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/param_traits_macros.h
diff --git a/ipc/param_traits_macros.h b/ipc/param_traits_macros.h
index 9b276e0c037a7b1e1749c6a403ec61b04763bc48..05ce403cc042f50aff565209e22132ec4b7b0d9c 100644
--- a/ipc/param_traits_macros.h
+++ b/ipc/param_traits_macros.h
@@ -27,7 +27,7 @@
#define IPC_ENUM_TRAITS(enum_name) \
namespace IPC { \
template <> \
- struct ParamTraits<enum_name> { \
+ struct IPC_MESSAGE_EXPORT ParamTraits<enum_name> { \
typedef enum_name param_type; \
static void Write(Message* m, const param_type& p); \
static bool Read(const Message* m, void** iter, param_type* p); \
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ui/base/javascript_message_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698