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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.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/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 881076df3038432a2958a686d39603658bbe649b..44bae22413f880abf334fe76715490ed01f71c53 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) {}
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameOwner.h ('k') | third_party/WebKit/Source/core/html/HTMLFrameElementBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698