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

Unified Diff: content/test/test_render_frame_host.h

Issue 2157153003: Call WillStartRequestForTesting in TestRenderFrameHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thread transition and docuemnt ShouldAttachNavigationThrottle Created 4 years, 5 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 32aa044e8642512e2c6c42b0dba68e42a62e1b95..7a9b6bfce805719ca29e010e9858e610dd4668e2 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -149,6 +149,8 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
// Computes the page ID for a pending navigation in this RenderFrameHost;
int32_t ComputeNextPageID();
+ void SimulateWillStartRequest(ui::PageTransition transition);
+
TestRenderFrameHostCreationObserver child_creation_observer_;
std::string contents_mime_type_;

Powered by Google App Engine
This is Rietveld 408576698