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

Unified Diff: content/test/test_render_frame_host.h

Issue 606113005: Move RenderViewHost swap out state to RenderFrameHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review suggestions Created 6 years, 3 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/public/test/test_renderer_host.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 8202b9a667cacb67f9af14429d09f91074684ad0..579d10f15637fbe663f47662a5c4e1f0e4718a66 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -53,6 +53,8 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
int page_id,
const GURL& url,
ui::PageTransition transition) OVERRIDE;
+ virtual void SendBeforeUnloadACK(bool proceed) OVERRIDE;
+ virtual void SimulateSwapOutACK() OVERRIDE;
void SendNavigate(int page_id, const GURL& url);
void SendFailedNavigate(int page_id, const GURL& url);
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698