| 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 c8e0c7c256d7a0d066eb2ef5ba76d20e616c6d46..ead222e55d4ea4396d68cc4907f21ec21393f84f 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -661,6 +661,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
|
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
|
| CreateRenderViewAfterProcessKillAndClosedProxy);
|
| + FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, DontSelectInvalidFiles);
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
|
| RestoreFileAccessForHistoryNavigation);
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
|
|
|