| Index: content/common/manifest_manager_messages.h
|
| diff --git a/content/common/manifest_manager_messages.h b/content/common/manifest_manager_messages.h
|
| index ba067740d715cdcc3c84d173588a0bc0c8ae54b3..8619d99a1d16bd6a8e900f3ef7bdb6c3ee9da8f5 100644
|
| --- a/content/common/manifest_manager_messages.h
|
| +++ b/content/common/manifest_manager_messages.h
|
| @@ -8,12 +8,16 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/manifest.h"
|
| #include "ipc/ipc_message_macros.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
| #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
|
|
|
| #define IPC_MESSAGE_START ManifestManagerMsgStart
|
|
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationLockType,
|
| + blink::WebScreenOrientationLockDefault,
|
| + blink::WebScreenOrientationLockNatural)
|
| IPC_ENUM_TRAITS_MAX_VALUE(
|
| content::Manifest::Icon::IconPurpose,
|
| content::Manifest::Icon::IconPurpose::ICON_PURPOSE_LAST)
|
|
|