| 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 748567856514dce3ac0c095a1403bfc4af6b2f7d..1247ca20cdc2d40ab89224b4a50d3a283118ba5d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -654,6 +654,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| bool renderer_initiated_creation);
|
|
|
| private:
|
| + friend class PermissionServiceImplTest;
|
| friend class TestRenderFrameHost;
|
| friend class TestRenderViewHost;
|
|
|
|
|