| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 78a28a40b9a555417f6c1699a39dc571c8f2c0dc..3f27837ee2e857cb4bed90e6ff958be7652d55a8 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -121,6 +121,16 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| // destructed.
|
| void SetCompositorThread(blink::scheduler::WebThreadBase* compositor_thread);
|
|
|
| + blink::WebFeaturePolicy* createFeaturePolicy(
|
| + const blink::WebFeaturePolicy* parentPolicy,
|
| + const blink::WebParsedFeaturePolicyHeader& containerPolicy,
|
| + const blink::WebParsedFeaturePolicyHeader& policyHeader,
|
| + const blink::WebSecurityOrigin& origin) override;
|
| + bool isFeatureEnabledByPolicy(const blink::WebFeaturePolicy*,
|
| + blink::WebFeaturePolicyFeature) override;
|
| + void updateFeaturePolicyOrigin(blink::WebFeaturePolicy*,
|
| + const blink::WebSecurityOrigin&) override;
|
| +
|
| private:
|
| void InternalInit();
|
| void WaitUntilWebThreadTLSUpdate(blink::scheduler::WebThreadBase* thread);
|
|
|