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

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

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Fix ODR violation 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 87847c3ebb566ff296dbbb1c5bde3c569300aeb9..c4bafaeade41e2f5cda42ecbeb7cc8c988f0e691 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -185,7 +185,9 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void didChangeName(const String&) override;
void didEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) override;
void didUpdateToUniqueOrigin() override;
- void didChangeSandboxFlags(Frame* childFrame, SandboxFlags) override;
+ void didChangeFramePolicy(Frame* childFrame,
+ SandboxFlags,
+ const WebParsedFeaturePolicy&) override;
void didSetFeaturePolicyHeader(
const WebParsedFeaturePolicy& parsedHeader) override;
void didAddContentSecurityPolicies(

Powered by Google App Engine
This is Rietveld 408576698