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

Unified Diff: content/test/test_render_frame_host.h

Issue 2898663002: Implement feature policy checks in the browser process (Closed)
Patch Set: Implement feature policy checks in the browser process Created 3 years, 7 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/public/test/test_renderer_host.h ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame_host.h
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
index 8ec230085e1cff67b56e6ef2fda25648c7c86359..bf9d93ed25b11844aeef8759019e8de54c3f402f 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -78,6 +78,9 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
void SimulateSwapOutACK() override;
void NavigateAndCommitRendererInitiated(bool did_create_new_entry,
const GURL& url) override;
+ void SimulateFeaturePolicyHeader(
+ blink::WebFeaturePolicyFeature feature,
+ const std::vector<url::Origin>& whitelist) override;
void SendNavigateWithReplacement(int nav_entry_id,
bool did_create_new_entry,
« no previous file with comments | « content/public/test/test_renderer_host.h ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698