| 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 cad6a077e425b3014a0cbccde9f6cef88611e821..dc6089281ac9d06b61429f7e5fdcf3ad7900266d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -617,6 +617,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
|
| RenderViewHostIsNotReusedAfterDelayedSwapOutACK);
|
| FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
|
| + RenderViewHostStaysActiveWithLateSwapoutACK);
|
| + FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
|
| LoadEventForwardingWhilePendingDeletion);
|
|
|
| // IPC Message handlers.
|
|
|