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

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

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Addressing review comments Created 3 years, 8 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
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(
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698