| 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 7e7ca69fbe0f3d7926f2b711d92d143643392b34..4e613a20b8678fb885728c4db1902996d4970503 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -652,6 +652,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| bool renderer_initiated_creation);
|
|
|
| private:
|
| + friend class PermissionServiceImplTest;
|
| friend class RenderFrameHostFeaturePolicyTest;
|
| friend class TestRenderFrameHost;
|
| friend class TestRenderViewHost;
|
|
|