Index: content/common/frame_replication_state.cc |
diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc |
index 0046466d7f1a92b27f701b7de0403ce6599b8830..ab0a66db527840c950554aa423331e7a91fa7a69 100644 |
--- a/content/common/frame_replication_state.cc |
+++ b/content/common/frame_replication_state.cc |
@@ -16,11 +16,13 @@ FrameReplicationState::FrameReplicationState() |
FrameReplicationState::FrameReplicationState( |
blink::WebTreeScopeType scope, |
const std::string& name, |
+ const std::string& unique_name, |
blink::WebSandboxFlags sandbox_flags, |
bool should_enforce_strict_mixed_content_checking) |
: origin(), |
sandbox_flags(sandbox_flags), |
name(name), |
+ unique_name(unique_name), |
scope(scope), |
should_enforce_strict_mixed_content_checking( |
should_enforce_strict_mixed_content_checking) {} |