Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Fix rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index b44260a70931e1fa22115fcc035fd04daebb29c0..b989c5f3b586ad188e0e0ceff4313a5ee6a43152 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -174,7 +174,9 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void DidChangeName(const String&) override;
void DidEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) override;
void DidUpdateToUniqueOrigin() override;
- void DidChangeSandboxFlags(Frame* child_frame, SandboxFlags) override;
+ void DidChangeFramePolicy(Frame* child_frame,
+ SandboxFlags,
+ const WebParsedFeaturePolicy&) override;
void DidSetFeaturePolicyHeader(
const WebParsedFeaturePolicy& parsed_header) override;
void DidAddContentSecurityPolicies(

Powered by Google App Engine