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

Unified Diff: content/child/blink_platform_impl.h

Issue 2729623003: TEST ONLY: Duplicate FP rather than modifying in place (Closed)
Patch Set: Rebase against parent CL Created 3 years, 10 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 | « no previous file | 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 2199c8d7283e9494369813c0f3a7b0c9bb48190f..bd33f51eedf36f193a542417a9daabcbd4717e7b 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -126,8 +126,9 @@ class CONTENT_EXPORT BlinkPlatformImpl
const blink::WebParsedFeaturePolicyHeader& containerPolicy,
const blink::WebParsedFeaturePolicyHeader& policyHeader,
const blink::WebSecurityOrigin& origin) override;
- void resetFeaturePolicyOrigin(blink::WebFeaturePolicy* parentPolicy,
- const blink::WebSecurityOrigin&) override;
+ blink::WebFeaturePolicy* duplicateFeaturePolicyWithOrigin(
+ const blink::WebFeaturePolicy& policy,
+ const blink::WebSecurityOrigin& new_origin) override;
private:
void InternalInit();
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698