| 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_;
|
|
|