| 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 78536c227f61e9ea08c1e7801bae57c11a74064d..fcf4a743655636f287c6fdd66b1c4cc16bcedf84 100644
|
| --- a/content/test/test_render_frame_host.h
|
| +++ b/content/test/test_render_frame_host.h
|
| @@ -85,7 +85,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
|
| int response_code,
|
| const base::FilePath* file_path_for_history_item,
|
| const std::vector<GURL>& redirects);
|
| - void SendBeginNavigationWithURL(const GURL& url);
|
| + void SendBeginNavigationWithURL(const GURL& url, bool has_user_gesture);
|
|
|
| void DidDisownOpener();
|
|
|
|
|