| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index 532344c23eff61e10016b8479320933d0b918554..3a1b8fbe997391b4288542eb955e45f284ae95c3 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "build/build_config.h"
|
| #include "content/public/common/console_message_level.h"
|
| +#include "content/public/common/mhtml_generation_params.h"
|
| #include "content/public/common/referrer.h"
|
| #include "content/public/common/security_style.h"
|
| #include "content/public/common/ssl_status.h"
|
| @@ -43,6 +44,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(net::NetworkChangeNotifier::ConnectionType,
|
| net::NetworkChangeNotifier::CONNECTION_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::ConsoleMessageLevel,
|
| content::CONSOLE_MESSAGE_LEVEL_LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(content::MHTMLCacheControlPolicy,
|
| + content::MHTMLCacheControlPolicy::LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::SecurityStyle,
|
| content::SECURITY_STYLE_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebReferrerPolicy,
|
|
|