| Index: content/common/manifest_manager_messages.h
|
| diff --git a/content/common/manifest_manager_messages.h b/content/common/manifest_manager_messages.h
|
| index a415a9f745a81ab19237c41e4dc72a30d1239368..2775c210eae9b69ee52554616fc0b6e6dda3f3f0 100644
|
| --- a/content/common/manifest_manager_messages.h
|
| +++ b/content/common/manifest_manager_messages.h
|
| @@ -14,10 +14,14 @@
|
|
|
| #define IPC_MESSAGE_START ManifestManagerMsgStart
|
|
|
| +IPC_ENUM_TRAITS_MAX_VALUE(content::Manifest::DisplayMode,
|
| + content::Manifest::DISPLAY_MODE_BROWSER)
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(content::Manifest)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| IPC_STRUCT_TRAITS_MEMBER(short_name)
|
| IPC_STRUCT_TRAITS_MEMBER(start_url)
|
| + IPC_STRUCT_TRAITS_MEMBER(display)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| // The browser process requests for the manifest linked with the associated
|
|
|