| Index: content/common/frame_replication_state.cc
|
| diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc
|
| index a726525323c229f8aa7cc91748e630552771eb72..d074c30ce7082a77f5159cae4c0d2531baa28a9b 100644
|
| --- a/content/common/frame_replication_state.cc
|
| +++ b/content/common/frame_replication_state.cc
|
| @@ -9,14 +9,6 @@
|
|
|
| namespace content {
|
|
|
| -FeaturePolicyParsedWhitelist::FeaturePolicyParsedWhitelist()
|
| - : matches_all_origins(false) {}
|
| -
|
| -FeaturePolicyParsedWhitelist::FeaturePolicyParsedWhitelist(
|
| - const FeaturePolicyParsedWhitelist& fppw) = default;
|
| -
|
| -FeaturePolicyParsedWhitelist::~FeaturePolicyParsedWhitelist() {}
|
| -
|
| FrameReplicationState::FrameReplicationState()
|
| : sandbox_flags(blink::WebSandboxFlags::None),
|
| scope(blink::WebTreeScopeType::Document),
|
|
|