| 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 4baadd4d16beb6e1c3ffb254b0f43c5c1b6fa11c..4a00719682c2a59ec165b2779204ca017fd7bf7c 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -639,6 +639,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest, CrashSubframe);
|
| FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
|
| RenderViewHostIsNotReusedAfterDelayedSwapOutACK);
|
| + FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
|
| + LoadEventForwardingWhilePendingDeletion);
|
|
|
| // IPC Message handlers.
|
| void OnAddMessageToConsole(int32_t level,
|
|
|