| Index: content/test/test_render_view_host.h
|
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
|
| index b16e2ad0bab9e22c840583c43ce7acf304d95439..ae4a1e19854aeef13e83e5aa58120f87ca31e00e 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -39,9 +39,8 @@ class TestRenderFrameHost;
|
| class TestWebContents;
|
|
|
| // Utility function to initialize ViewHostMsg_NavigateParams_Params
|
| -// with given |page_id|, |url| and |transition_type|.
|
| +// with given |url| and |transition_type|.
|
| void InitNavigateParams(FrameHostMsg_DidCommitProvisionalLoad_Params* params,
|
| - int page_id,
|
| const GURL& url,
|
| ui::PageTransition transition_type);
|
|
|
|
|