| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 6029e7faac7d3045f493b1d25449ca6cdbbfd5c3..d6e32774208d1470eaa878f55889f7e98f178e91 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -659,6 +659,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| bool renderer_initiated_creation);
|
|
|
| private:
|
| + friend class RenderFrameHostFeaturePolicyTest;
|
| friend class TestRenderFrameHost;
|
| friend class TestRenderViewHost;
|
|
|
|
|