Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: content/common/frame_replication_state.cc

Issue 2648423002: Rename feature policy classes. (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_replication_state.cc
diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc
index 30b5f60a4724647a2124e62a717b7ffbc5a8e20a..b21783e996010617437246ff387d73cf8695e6ed 100644
--- a/content/common/frame_replication_state.cc
+++ b/content/common/frame_replication_state.cc
@@ -9,13 +9,13 @@
namespace content {
-FeaturePolicyParsedWhitelist::FeaturePolicyParsedWhitelist()
+ParsedFeaturePolicyDeclaration::ParsedFeaturePolicyDeclaration()
: matches_all_origins(false) {}
-FeaturePolicyParsedWhitelist::FeaturePolicyParsedWhitelist(
- const FeaturePolicyParsedWhitelist& fppw) = default;
+ParsedFeaturePolicyDeclaration::ParsedFeaturePolicyDeclaration(
+ const ParsedFeaturePolicyDeclaration& rhs) = default;
-FeaturePolicyParsedWhitelist::~FeaturePolicyParsedWhitelist() {}
+ParsedFeaturePolicyDeclaration::~ParsedFeaturePolicyDeclaration() {}
FrameReplicationState::FrameReplicationState()
: sandbox_flags(blink::WebSandboxFlags::None),
« no previous file with comments | « content/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698