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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Rebase after the great Blink rename 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/core/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index fcf085410a52e2bf10b2c6050ca1a294ae55182d..c1d74b3cd2ef34dbbb6a040f106f3cac94ba2cfe 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -244,7 +244,9 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual void DidUpdateToUniqueOrigin() {}
- virtual void DidChangeSandboxFlags(Frame* child_frame, SandboxFlags) {}
+ virtual void DidChangeFramePolicy(Frame* child_frame,
+ SandboxFlags,
+ const WebParsedFeaturePolicy&) {}
virtual void DidSetFeaturePolicyHeader(
const WebParsedFeaturePolicy& parsed_header) {}

Powered by Google App Engine
This is Rietveld 408576698