Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 1716e228a8e1ea1cd44b603b779b2bcc7cf616a9..ab8aad41b37505cc6cb89e0aceede19f037bbfb9 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -122,6 +122,15 @@ class CONTENT_EXPORT BlinkPlatformImpl |
// destructed. |
void SetCompositorThread(blink::scheduler::WebThreadBase* compositor_thread); |
+ blink::WebFeaturePolicy* createFeaturePolicy( |
+ const blink::WebFeaturePolicy* parentPolicy, |
+ const blink::WebParsedFeaturePolicyHeader& policyHeader, |
+ const blink::WebSecurityOrigin& origin) override; |
+ bool isFeatureEnabledByPolicy( |
+ const blink::WebFeaturePolicy*, |
+ blink::WebFeaturePolicyFeature, |
+ const blink::WebSecurityOrigin& origin) override; |
+ |
private: |
void InternalInit(); |
void WaitUntilWebThreadTLSUpdate(blink::scheduler::WebThreadBase* thread); |