Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 9745bf225eb5888ad2271d259ff0ad5749a22be8..fdd74d1f508590b5cfc8046402ccc8d1e532c11a 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -92,6 +92,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebApplicationInfo) |
IPC_STRUCT_TRAITS_MEMBER(icons) |
IPC_STRUCT_TRAITS_MEMBER(permissions) |
IPC_STRUCT_TRAITS_MEMBER(launch_container) |
+ IPC_STRUCT_TRAITS_MEMBER(is_offline_enabled) |
IPC_STRUCT_TRAITS_END() |
// Singly-included section for custom IPC traits. |