| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index 4cc9a07ab1b83689f2e98643b3137617d6bf5eff..b287b82ec3dd044fd5e6b2b7996a7917a36b6751 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -102,9 +102,7 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(extensions::DraggableRegion)
|
| IPC_STRUCT_TRAITS_MEMBER(draggable)
|
| - IPC_STRUCT_TRAITS_MEMBER(label)
|
| IPC_STRUCT_TRAITS_MEMBER(bounds)
|
| - IPC_STRUCT_TRAITS_MEMBER(clip)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| // Singly-included section for custom IPC traits.
|
|
|