| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index db2cff7bd9f8e327a18507a5774ede2d86f5136a..659737635acf9c0bdf62430e3adb28161420091b 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -37,6 +37,7 @@ struct WebPluginAction;
|
| namespace content {
|
|
|
| class ChildProcessSecurityPolicy;
|
| +class RenderProcessHost;
|
| class RenderViewHostDelegate;
|
| class SessionStorageNamespace;
|
| class SiteInstance;
|
| @@ -66,7 +67,7 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
|
| // Checks that the given renderer can request |url|, if not it sets it to
|
| // about:blank.
|
| // |empty_allowed| must be set to false for navigations for security reasons.
|
| - static void FilterURL(int renderer_id,
|
| + static void FilterURL(const RenderProcessHost* process,
|
| bool empty_allowed,
|
| GURL* url);
|
|
|
|
|