| Index: content/common/frame_replication_state.h
|
| diff --git a/content/common/frame_replication_state.h b/content/common/frame_replication_state.h
|
| index 9ec7b8b5839e124dddc27948097bf372ab028864..f6373491a19478b5173e51e346fb6c79ca3cf8da 100644
|
| --- a/content/common/frame_replication_state.h
|
| +++ b/content/common/frame_replication_state.h
|
| @@ -25,6 +25,7 @@ struct CONTENT_EXPORT FrameReplicationState {
|
| blink::WebSandboxFlags sandbox_flags,
|
| bool should_enforce_strict_mixed_content_checking,
|
| bool has_potentially_trustworthy_unique_origin);
|
| + FrameReplicationState(const FrameReplicationState& other);
|
| ~FrameReplicationState();
|
|
|
| // Current origin of the frame. This field is updated whenever a frame
|
|
|