| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index f90e2e18dc438bab61d7400974e64ebf5f291b1b..bc8b51caddfa83bfcac594c659e68a2a620cee82 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -47,14 +47,8 @@ IPC_STRUCT_TRAITS_BEGIN(tracked_objects::TaskSnapshot)
|
| IPC_STRUCT_TRAITS_MEMBER(death_thread_name)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(tracked_objects::ParentChildPairSnapshot)
|
| - IPC_STRUCT_TRAITS_MEMBER(parent)
|
| - IPC_STRUCT_TRAITS_MEMBER(child)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(tracked_objects::ProcessDataPhaseSnapshot)
|
| IPC_STRUCT_TRAITS_MEMBER(tasks)
|
| - IPC_STRUCT_TRAITS_MEMBER(descendants)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(tracked_objects::ProcessDataSnapshot)
|
|
|