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

Unified Diff: content/child/blink_platform_impl.h

Issue 2636843003: Move most Feature Policy code into content/ (Closed)
Patch Set: Addressing review comments Created 3 years, 11 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
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698