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..bd6676b7d60e35fece073ca99ed3f631942c7e49 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(); |
+ |
TestRenderFrameHostCreationObserver child_creation_observer_; |
std::string contents_mime_type_; |