| Index: content/common/resource_messages.h
|
| ===================================================================
|
| --- content/common/resource_messages.h (revision 245386)
|
| +++ content/common/resource_messages.h (working copy)
|
| @@ -140,6 +140,9 @@
|
| // The referrer policy to use.
|
| IPC_STRUCT_MEMBER(blink::WebReferrerPolicy, referrer_policy)
|
|
|
| + // The frame's visiblity state.
|
| + IPC_STRUCT_MEMBER(blink::WebPageVisibilityState, visiblity_state)
|
| +
|
| // Additional HTTP request headers.
|
| IPC_STRUCT_MEMBER(std::string, headers)
|
|
|
|
|