| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index c62a70baa525c92ca338513dc948b66364087ae9..c4025e8df15614508401fd7972f35abe7ad5acda 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -442,7 +442,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| // about:blank.
|
| // empty_allowed must be set to false for navigations for security reasons.
|
| static void FilterURL(ChildProcessSecurityPolicyImpl* policy,
|
| - int renderer_id,
|
| + RenderProcessHost* process,
|
| bool empty_allowed,
|
| GURL* url);
|
|
|
|
|