| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 10388c0583d20fbf319254d109f0cd84fb8100cf..07a16683a196c703f6cfe4a86458472ff65f81fc 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -694,6 +694,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
|
|
|
| // Extra headers (separated by \n) to send during the request.
|
| IPC_STRUCT_MEMBER(std::string, extra_headers)
|
| +
|
| + // Is the tab containing the corresponding rvh visible?
|
| + IPC_STRUCT_MEMBER(bool, is_hidden)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|