| 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..4e2f6152e8f32629052cad3bd8363489d0679b94 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,
|
| + const RenderProcessHost* process,
|
| bool empty_allowed,
|
| GURL* url);
|
|
|
|
|