| 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 c05de7582fb25972a19a632a58ffe77128e4a731..3220d59a57c35b1d7c3d6bef3b56d017761f30ba 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -16,6 +16,7 @@
|
| #include "ipc/ipc_message_macros.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/base/request_priority.h"
|
| +#include "net/nqe/effective_connection_type.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
| #include "third_party/WebKit/public/platform/WebRect.h"
|
| #include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
|
| @@ -43,6 +44,8 @@ IPC_ENUM_TRAITS_VALIDATE(ui::PageTransition,
|
| ui::PageTransition::PAGE_TRANSITION_LAST_CORE))
|
| IPC_ENUM_TRAITS_MAX_VALUE(net::NetworkChangeNotifier::ConnectionType,
|
| net::NetworkChangeNotifier::CONNECTION_LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(net::EffectiveConnectionType,
|
| + net::EFFECTIVE_CONNECTION_TYPE_LAST - 1)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::ConsoleMessageLevel,
|
| content::CONSOLE_MESSAGE_LEVEL_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebFrameSerializerCacheControlPolicy,
|
|
|