| 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 7d13f014509fd56b4baee438c257864ab13d99d2..3db7bc58bf206811743009cf097d784efd8c34f2 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -658,6 +658,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,
|
|
|