Chromium Code Reviews| 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 fcf4a743655636f287c6fdd66b1c4cc16bcedf84..013a51c026f3c9d3fcb1514c054090928bd99195 100644 |
| --- a/content/test/test_render_frame_host.h |
| +++ b/content/test/test_render_frame_host.h |
| @@ -86,6 +86,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl, |
| const base::FilePath* file_path_for_history_item, |
| const std::vector<GURL>& redirects); |
| void SendBeginNavigationWithURL(const GURL& url, bool has_user_gesture); |
| + void RendererRequestIfPlzNavigate(const GURL& url, bool has_user_gesture); |
|
clamy
2015/02/23 10:52:34
This function should not have PlzNavigate in its n
carlosk
2015/03/04 19:42:41
Change was moved to another CL.
|
| void DidDisownOpener(); |