Index: chrome/common/chrome_utility_messages.h |
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h |
index 1bb2c46c803bbe3d7c32854f4be527e0aaac89f6..a926690b948cb0465cfb425c58cba8d85ada8673 100644 |
--- a/chrome/common/chrome_utility_messages.h |
+++ b/chrome/common/chrome_utility_messages.h |
@@ -58,6 +58,11 @@ IPC_STRUCT_TRAITS_END() |
#endif |
IPC_STRUCT_TRAITS_BEGIN(printing::PrinterSemanticCapsAndDefaults) |
+ IPC_STRUCT_TRAITS_MEMBER(collate_capable) |
+ IPC_STRUCT_TRAITS_MEMBER(collate_default) |
+ IPC_STRUCT_TRAITS_MEMBER(copies_capable) |
+ IPC_STRUCT_TRAITS_MEMBER(duplex_capable) |
+ IPC_STRUCT_TRAITS_MEMBER(duplex_default) |
IPC_STRUCT_TRAITS_MEMBER(color_changeable) |
IPC_STRUCT_TRAITS_MEMBER(color_default) |
#if defined(USE_CUPS) |
@@ -65,16 +70,11 @@ IPC_STRUCT_TRAITS_BEGIN(printing::PrinterSemanticCapsAndDefaults) |
IPC_STRUCT_TRAITS_MEMBER(bw_model) |
#endif |
#if defined(OS_WIN) |
- IPC_STRUCT_TRAITS_MEMBER(collate_capable) |
- IPC_STRUCT_TRAITS_MEMBER(collate_default) |
- IPC_STRUCT_TRAITS_MEMBER(copies_capable) |
IPC_STRUCT_TRAITS_MEMBER(papers) |
IPC_STRUCT_TRAITS_MEMBER(default_paper) |
IPC_STRUCT_TRAITS_MEMBER(dpis) |
IPC_STRUCT_TRAITS_MEMBER(default_dpi) |
#endif |
- IPC_STRUCT_TRAITS_MEMBER(duplex_capable) |
- IPC_STRUCT_TRAITS_MEMBER(duplex_default) |
IPC_STRUCT_TRAITS_END() |
IPC_ENUM_TRAITS(printing::PwgRasterTransformType); |