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

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

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Cleanup, reponding to 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/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 bbaee67d962e98615ba3953deb54c2a1280e3b77..d485b341ea1cb21b9fa8e0b5143aa7dba42919e4 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -274,7 +274,9 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual void didUpdateToUniqueOrigin() {}
- virtual void didChangeSandboxFlags(Frame* childFrame, SandboxFlags) {}
+ virtual void didChangeFramePolicy(Frame* childFrame,
+ SandboxFlags,
+ const WebParsedFeaturePolicy&) {}
virtual void didSetFeaturePolicyHeader(
const WebParsedFeaturePolicy& parsedHeader) {}

Powered by Google App Engine
This is Rietveld 408576698