| Index: chrome/common/chrome_utility_printing_messages.h
|
| diff --git a/chrome/common/chrome_utility_printing_messages.h b/chrome/common/chrome_utility_printing_messages.h
|
| index 7c3fc378f8fc1ffdeabae9681ab29379841f3c4f..876d4af3cc0cdaae4d428f58cf2767e4bd1c705b 100644
|
| --- a/chrome/common/chrome_utility_printing_messages.h
|
| +++ b/chrome/common/chrome_utility_printing_messages.h
|
| @@ -20,11 +20,6 @@
|
|
|
| #define IPC_MESSAGE_START ChromeUtilityPrintingMsgStart
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(printing::PageRange)
|
| - IPC_STRUCT_TRAITS_MEMBER(from)
|
| - IPC_STRUCT_TRAITS_MEMBER(to)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(printing::PrinterCapsAndDefaults)
|
| IPC_STRUCT_TRAITS_MEMBER(printer_capabilities)
|
| IPC_STRUCT_TRAITS_MEMBER(caps_mime_type)
|
| @@ -33,9 +28,6 @@ IPC_STRUCT_TRAITS_BEGIN(printing::PrinterCapsAndDefaults)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(printing::ColorModel, printing::PROCESSCOLORMODEL_RGB)
|
| -IPC_ENUM_TRAITS_MIN_MAX_VALUE(printing::DuplexMode,
|
| - printing::UNKNOWN_DUPLEX_MODE,
|
| - printing::SHORT_EDGE)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(printing::PrinterSemanticCapsAndDefaults::Paper)
|
| IPC_STRUCT_TRAITS_MEMBER(display_name)
|
|
|