| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3653db88e8b247ca49ecdd9c1facc557839f18af..12687ed75f81125fff384d5ec6fe914bf1ab7600 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -532,10 +532,6 @@ 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)
|
|
|