| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index db273e76bb705e9b5bc7a19613c43f60713cef19..ab69deb95349c6b057dab06daf38ed8ddfa3298c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -515,6 +515,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|
| // The maximum size to layout the page if auto-resize is enabled.
|
| IPC_STRUCT_MEMBER(gfx::Size, max_size)
|
| +
|
| + // Stores the callstack of the sender. Temporary only to help debug
|
| + // http://crbug.com/464633.
|
| + IPC_STRUCT_MEMBER(std::vector<unsigned long>, debug_info)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
|
|
|