Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: content/test/test_render_frame_host.h

Issue 1014623002: Revert "Refactor sudden termination" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + fixed compilation error Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698