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

Unified Diff: content/test/test_render_frame_host.h

Issue 2296483002: Fix some unit_tests under PlzNavigate (Closed)
Patch Set: . Created 4 years, 4 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
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 cd9b94f0119436202354c9791a5c7c910c5ddf50..70285ae417bc1b9adae94ec0b07f070aeadee2d4 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -63,6 +63,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
void SimulateNavigationError(const GURL& url, int error_code) override;
void SimulateNavigationErrorPageCommit() override;
void SimulateNavigationStop() override;
+ void SimulateUnloading() override;
clamy 2016/08/30 23:08:38 I'm not a big fan of the name SimulateUnloading, s
scottmg 2016/08/30 23:55:30 I went with PrepareForCommitIfNecessary(). It's no
void SendNavigate(int page_id,
int nav_entry_id,
bool did_create_new_entry,

Powered by Google App Engine
This is Rietveld 408576698