Index: content/test/test_render_frame_host.h |
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h |
index 333c2d776694e29d49984ffd9dcf748797cd3ff3..ebc79575e1d1e13f2ea22447b9f9ad68b658c889 100644 |
--- a/content/test/test_render_frame_host.h |
+++ b/content/test/test_render_frame_host.h |
@@ -114,12 +114,6 @@ class TestRenderFrameHost : public RenderFrameHostImpl, |
// redirect step is ignored. |
void PrepareForCommitWithServerRedirect(const GURL& redirect_url); |
- // Simulate receiving a FrameHostMsg_BeforeUnloadHandlersPresent. |
- void SendBeforeUnloadHandlersPresent(bool present); |
- |
- // Simulate receiving a FrameHostMsg_UnloadHandlersPresent. |
- void SendUnloadHandlersPresent(bool present); |
- |
private: |
TestRenderFrameHostCreationObserver child_creation_observer_; |